mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-11 14:34:22 +00:00
Define simple mods enumiration.
This commit is contained in:
parent
52b067fd4f
commit
666ff98ac7
20
dlls/moddef.h
Normal file
20
dlls/moddef.h
Normal file
@ -0,0 +1,20 @@
|
||||
#pragma once
|
||||
#ifndef _MODDEF
|
||||
#define _MODDEF
|
||||
|
||||
enum
|
||||
{
|
||||
MOD_VALVE, // Half-Life
|
||||
MOD_AOM, // Afraid of Monsters
|
||||
MOD_BIGLOLLY, // Big Lolly
|
||||
MOD_BSHIFT, // Half-Life: Blue Shift
|
||||
MOD_HALFSECRET, // Half-Secret
|
||||
MOD_HEVSUIT, // Case Closed, Bloody Pizza: Vendetta, Borderlands
|
||||
MOD_INDUCTION, // Half-Life: Induction
|
||||
MOD_KLEINER // Kleiner's Adventures Demo
|
||||
MOD_REDEMPT, // Redemption/Absolute Redemption
|
||||
MOD_SEWER_BETA, // Sewer Beta
|
||||
MOD_TOT // Times of Troubles
|
||||
};
|
||||
|
||||
#endif // _MODDEF
|
Loading…
x
Reference in New Issue
Block a user