Skip to content

Commit 7a7043c

Browse files
committed
Configure sampctl
1 parent 97becd3 commit 7a7043c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

pawn.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"user": "WoutProvost",
33
"repo": "samp-util",
4+
"website": "https://github.com/WoutProvost/samp-util",
5+
"entry": "test.pwn",
6+
"output": "test.amx",
47
"dependencies": [
58
"sampctl/samp-stdlib"
69
]

test.pwn

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#include "util.inc"
2+
3+
main() {
4+
}

0 commit comments

Comments
 (0)