summaryrefslogtreecommitdiff
path: root/src/shared/iengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/iengine.h')
-rw-r--r--src/shared/iengine.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared/iengine.h b/src/shared/iengine.h
index f4e822d..3b2c662 100644
--- a/src/shared/iengine.h
+++ b/src/shared/iengine.h
@@ -186,9 +186,6 @@ extern void conoutf(int type, const char *s, ...) PRINTFARGS(2, 3);
extern void conoutf(int type, int tag, const char *s, ...) PRINTFARGS(3, 4);
extern void conoutfv(int type, const char *fmt, va_list args);
-extern FILE *getlogfile();
-extern void setlogfile(const char *fname);
-extern void closelogfile();
extern void logoutfv(const char *fmt, va_list args);
extern void logoutf(const char *fmt, ...) PRINTFARGS(1, 2);
@@ -222,7 +219,6 @@ extern int getworldsize();
extern int getmapversion();
extern void renderentcone(const extentity &e, const vec &dir, float radius, float angle);
extern void renderentarrow(const extentity &e, const vec &dir, float radius);
-extern void renderentattachment(const extentity &e);
extern void renderentsphere(const extentity &e, float radius);
extern void renderentring(const extentity &e, float radius, int axis = 0);