diff options
author | neoraider <devnull@localhost> | 2005-04-22 21:51:02 +0200 |
---|---|---|
committer | neoraider <devnull@localhost> | 2005-04-22 21:51:02 +0200 |
commit | 16dca7381bb37a7304fa29d553a73a068e2fe431 (patch) | |
tree | b055db6b6444f2cfc7f882e5c93dc1df02d35b44 /zoom/init.h | |
parent | f3df7ef89aa15aed2e4d68e2b414d31aef57f976 (diff) | |
download | libzoom-16dca7381bb37a7304fa29d553a73a068e2fe431.tar libzoom-16dca7381bb37a7304fa29d553a73a068e2fe431.zip |
Libneofx von Libzoom abgespalten
Diffstat (limited to 'zoom/init.h')
-rw-r--r-- | zoom/init.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zoom/init.h b/zoom/init.h index 482102d..ceeffbe 100644 --- a/zoom/init.h +++ b/zoom/init.h @@ -1,5 +1,5 @@ -#ifndef GAME_INIT_H
-#define GAME_INIT_H
+#ifndef ZOOM_INIT_H
+#define ZOOM_INIT_H
int InitGame();
void UninitGame();
|