diff options
author | aap <aap@papnet.eu> | 2019-06-13 12:25:55 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-06-13 12:25:55 +0200 |
commit | f407c9829fb5eac2c00867d2b31b2766dfe70540 (patch) | |
tree | 49afbef27c493ac1406c0b621a29ed5df78e9a86 /src/render/VisibilityPlugins.h | |
parent | b4afb591a7465220ca40811924645932f568f319 (diff) |
finished some classes
Diffstat (limited to 'src/render/VisibilityPlugins.h')
-rw-r--r-- | src/render/VisibilityPlugins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/VisibilityPlugins.h b/src/render/VisibilityPlugins.h index 89222dce..65d2675a 100644 --- a/src/render/VisibilityPlugins.h +++ b/src/render/VisibilityPlugins.h @@ -35,6 +35,7 @@ public: static float &ms_pedFadeDist; static void Initialise(void); + static void Shutdown(void); static void InitAlphaEntityList(void); static bool InsertEntityIntoSortedList(CEntity *e, float dist); static void InitAlphaAtomicList(void); |