mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
11 lines
168 B
C
11 lines
168 B
C
|
#pragma once
|
||
|
|
||
|
#pragma comment(lib, "wsock32.lib")
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include <conio.h>
|
||
|
#include <stdio.h>
|
||
|
|
||
|
extern bool bQuitApp;
|
||
|
|
||
|
void logprintf(char* format, ...);
|