diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-09-30 21:35:51 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-09-30 21:35:51 +0300 |
commit | 4d4bd94c0e34e2eaedc9d12926f14ccde8e0b69c (patch) | |
tree | 2d7d1d0d5958ff64e6f563f6336408e5c2ad80ce /stopspam_mod/trunk/headers.h | |
parent | c506453b8518a9bd7622756f24e24323ad97e375 (diff) |
variables support for stopspam (ported from stopspam from koshechka)
Diffstat (limited to 'stopspam_mod/trunk/headers.h')
-rw-r--r-- | stopspam_mod/trunk/headers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stopspam_mod/trunk/headers.h b/stopspam_mod/trunk/headers.h index f41fc97..db718df 100644 --- a/stopspam_mod/trunk/headers.h +++ b/stopspam_mod/trunk/headers.h @@ -12,6 +12,9 @@ #include <m_langpack.h>
#include <m_clistint.h>
#include <m_skin.h>
+#define VARIABLES_NOHELPER
+#include <m_variables.h>
+
#include "globals.h"
#include "stopspam.h"
|