aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/gem_counter.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-08 05:59:24 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-08 05:59:24 +0000
commit261de96c4b65b7e39e2151518a95edb360d715b6 (patch)
tree49afe956a7f243b985f9cd37f545be0fc6364c24 /externals/build/src/gem_counter.c
parente4a14f10172a027d02792db042559c61752a391b (diff)
smoothed thing over to avoid the classic name clashes
svn path=/trunk/; revision=4168
Diffstat (limited to 'externals/build/src/gem_counter.c')
-rw-r--r--externals/build/src/gem_counter.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/externals/build/src/gem_counter.c b/externals/build/src/gem_counter.c
index 1ba0bb7d..d5214898 100644
--- a/externals/build/src/gem_counter.c
+++ b/externals/build/src/gem_counter.c
@@ -1 +1,5 @@
-#include "../../markex/gem_counter.c"
+#include "../../markex/counter.c"
+void gem_counter_setup(void)
+{
+ counter_setup();
+}