diff options
| author | xolatile | 2025-07-20 22:24:08 +0200 |
|---|---|---|
| committer | xolatile | 2025-07-20 22:24:08 +0200 |
| commit | 54fb6d630222e0baf52ed223500dff4cf8da0f19 (patch) | |
| tree | 416446961e24e5b9e8f8adc03c702dcb71961992 /src/engine/engine.h | |
| parent | c46daa31f8e0339aed12736699d0003d27f1fc7e (diff) | |
| download | xolatile-badassbug-54fb6d630222e0baf52ed223500dff4cf8da0f19.tar.xz xolatile-badassbug-54fb6d630222e0baf52ed223500dff4cf8da0f19.tar.zst | |
Armour, respawn, executable, recorder, SMD format...
Diffstat (limited to 'src/engine/engine.h')
| -rw-r--r-- | src/engine/engine.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/engine/engine.h b/src/engine/engine.h index efee4cd..0187ecc 100644 --- a/src/engine/engine.h +++ b/src/engine/engine.h @@ -523,21 +523,6 @@ extern void initdecals(); extern void cleardecals(); extern void renderdecals(bool mainpass = false); -// blob - -enum -{ - BLOB_STATIC = 0, - BLOB_DYNAMIC -}; - -extern int showblobs; - -extern void initblobs(int type = -1); -extern void resetblobs(); -extern void renderblob(int type, const vec &o, float radius, float fade = 1); -extern void flushblobs(); - // rendersky extern int explicitsky; extern double skyarea; @@ -597,15 +582,6 @@ extern bool loadblendmap(stream *f, int info); extern void saveblendmap(stream *f); extern uchar shouldsaveblendmap(); -// recorder - -namespace recorder -{ - extern void stop(); - extern void capture(bool overlay = true); - extern void cleanup(); -} - #endif #endif |
