Added bot code.

This commit is contained in:
Justin Marshall
2026-05-19 18:34:55 -07:00
parent b97127f038
commit af56d4bfeb
166 changed files with 22251 additions and 297 deletions
+6
View File
@@ -536,6 +536,12 @@ typedef enum {
#endif
} surfaceFlags_t;
#ifndef QUAKE4
#define CONTENTS_SLIME BIT(14) // used for slime
#define CONTENTS_FOG BIT(15) // used for fog
#define CONTENTS_LAVA BIT(16)
#endif
class idSoundEmitter;
class idMaterial : public idDecl {