aboutsummaryrefslogtreecommitdiff
path: root/plugin/common.h
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2021-05-16 19:23:13 -0700
committerTrumeet <yuuta@yuuta.moe>2021-05-16 19:23:13 -0700
commit7e531d78bf330bfac65cf3f208c2300b607decee (patch)
treea430b80d94661b31c7982724bf4f24667ca297b9 /plugin/common.h
downloadextmc-7e531d78bf330bfac65cf3f208c2300b607decee.tar
extmc-7e531d78bf330bfac65cf3f208c2300b607decee.tar.gz
extmc-7e531d78bf330bfac65cf3f208c2300b607decee.tar.bz2
extmc-7e531d78bf330bfac65cf3f208c2300b607decee.zip
First Commit
Diffstat (limited to 'plugin/common.h')
-rw-r--r--plugin/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugin/common.h b/plugin/common.h
new file mode 100644
index 0000000..238a806
--- /dev/null
+++ b/plugin/common.h
@@ -0,0 +1,6 @@
+#ifndef _PLUGIN_COMMON_H
+#define _PLUGIN_COMMON_H
+
+#define RCON_DATA_BUFFSIZE 4096
+
+#endif // _PLUGIN_COMMON_H