mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-03 17:51:51 +00:00
Add scheduler, add support for GSC method adding, command adding.
Some cleanup. Add exception handler.
This commit is contained in:
@ -53,4 +53,10 @@
|
||||
#pragma comment(lib, "iphlpapi.lib")
|
||||
#pragma comment(lib, "Crypt32.lib")
|
||||
|
||||
#include "game/structs.hpp"
|
||||
#include "game/game.hpp"
|
||||
|
||||
#define printf(__fmt__, ...) \
|
||||
game::Com_PrintF(game::CON_CHANNEL_SERVER, __fmt__, __VA_ARGS__)
|
||||
|
||||
using namespace std::literals;
|
Reference in New Issue
Block a user