Skip to content

Commit

Permalink
Update tests, add logger into dev_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiuraa committed Oct 15, 2022
1 parent 92c3d2a commit da71f78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions ndp_examples.pwn
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
#include <a_samp>
#include <zcmd>

#define YSI_NO_OPTIMISATION_MESSAGE
#define YSI_NO_VERSION_CHECK
#define YSI_NO_CACHE_MESSAGE
#define YSI_NO_MODE_CACHE

#define MAX_DIALOG_ITEMS 150
#define NDP_AUTO_REMOVE_NEW_LINE false
//#define NDP_USE_LOGGER

#define NDP_USE_LOGGER
#include <ndialog-pages>
#include <zcmd>

new ndp_e_str[128];

Expand Down
3 changes: 2 additions & 1 deletion pawn.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"entry": "ndp_examples.pwn",
"output": "ndp_examples.amx",
"dev_dependencies": [
"Southclaws/zcmd"
"Southclaws/zcmd",
"Southclaws/samp-logger@master"
]
}

0 comments on commit da71f78

Please sign in to comment.