summaryrefslogtreecommitdiffstats
path: root/src/BulletTraces.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BulletTraces.h')
-rw-r--r--src/BulletTraces.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/BulletTraces.h b/src/BulletTraces.h
index 34d2bcc6..5a37c53c 100644
--- a/src/BulletTraces.h
+++ b/src/BulletTraces.h
@@ -6,4 +6,6 @@ class CBulletTraces
{
public:
static CBulletTrace(&aTraces)[16];
+
+ static void Init(void);
};