mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-01 02:10:54 +00: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, ...); |