summaryrefslogtreecommitdiff
path: root/src/render/Glass.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-03-22 17:23:40 +0300
committerNikolay Korolev <nickvnuk@gmail.com>2020-03-22 17:23:40 +0300
commit34b18815286938176b0462ba5a97ea03195409fb (patch)
tree62e01aacd06b12acb897dc48b45ca800ed77d44d /src/render/Glass.h
parent7d213a1f32c4e8cd45d22f73c637bff0edf731fb (diff)
CGame::Initialise
Diffstat (limited to 'src/render/Glass.h')
-rw-r--r--src/render/Glass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/Glass.h b/src/render/Glass.h
index b29cf173..ad4d50f2 100644
--- a/src/render/Glass.h
+++ b/src/render/Glass.h
@@ -10,4 +10,5 @@ public:
static void WindowRespondsToSoftCollision(CEntity *ent, float amount);
static void Render(void);
static void Update(void);
+ static void Init(void);
};