mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-03-22 13:19:40 +01:00
Added SOURCE_ENGINE_LEFT4DEAD constant for future use
This commit is contained in:
parent
1b73914222
commit
11911a1171
@ -41,6 +41,7 @@
|
||||
#define SOURCE_ENGINE_ORIGINAL 1 /**< Original Source Engine (used by The Ship) */
|
||||
#define SOURCE_ENGINE_EPISODEONE 2 /**< Episode 1 Source Engine (second major SDK) */
|
||||
#define SOURCE_ENGINE_ORANGEBOX 3 /**< Orange Box Source Engine (third major SDK) */
|
||||
#define SOURCE_ENGINE_LEFT4DEAD 4 /**< Left 4 Dead */
|
||||
|
||||
#define METAMOD_PLAPI_VERSION 14 /**< Version of this header file */
|
||||
#define METAMOD_PLAPI_NAME "ISmmPlugin" /**< Name of the plugin interface */
|
||||
|
Loading…
x
Reference in New Issue
Block a user