mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-25 13:21:30 +00:00
7 lines
136 B
C++
7 lines
136 B
C++
#ifndef MAPENTS_TRIGGERS_qh
|
|
#define MAPENTS_TRIGGERS_qh 1
|
|
|
|
#define SPAWNFLAGS_TRIGGER_NOTOUCH 2
|
|
@extern void() trigger_generic;
|
|
|
|
#endif
|