#ifndef SAMPSRV_MAIN_H #define SAMPSRV_MAIN_H // ------------ // VERSION INFO // ------------ #define SAMP_VERSION "0.3.7-R2" // ------------ // OS SPECIFICS // ------------ #ifdef WIN32 #define WIN32_LEAN_AND_MEAN #include #include #else #endif // -------- // INCLUDES // -------- // Regular crap #include #include void logprintf(char* format, ...); #endif // SAMPSRV_MAIN_H