//DLL State Flags #define DLL_INACTIVE 0 // no dll #define DLL_ACTIVE 1 // dll is running #define DLL_PAUSED 2 // dll is paused #define DLL_CLOSE 3 // closing down dll #define DLL_TRANS 4 // Level Transition // DLL Pause reasons #define DLL_NORMAL 0 // User hit Esc or something. #define DLL_QUIT 4 // Quit now // DLL Substate info ( not relevant ) #define ENG_NORMAL (1<<0)
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 7292 | Andrew McDonald | initial submittal | ||
//guest/sam_stafford/p4hl/src/common/dll_state.h | |||||
#1 | 937 | Sam Stafford |
Renaming my guest directory to the more conventional sam_stafford. |
||
//guest/samwise/p4hl/src/common/dll_state.h | |||||
#1 | 936 | Sam Stafford |
Adding P4HL to the public depot. See relnotes.txt for installation instructions; all relevant files are under p4hl/dist. Source code is under p4hl/src in the form of a VC++ project. |