1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Correct missing platform int basetypes in const.h

This commit is contained in:
GAMMACASE
2025-08-01 01:06:06 +03:00
parent 611e502d85
commit 6fa7b9eebe

View File

@ -12,6 +12,8 @@
#pragma once #pragma once
#endif #endif
#include "platform.h"
// the command line param that tells the engine to use steam // the command line param that tells the engine to use steam
#define STEAM_PARM "-steam" #define STEAM_PARM "-steam"
// the command line param to tell dedicated server to restart // the command line param to tell dedicated server to restart