about summary refs log tree commit diff
path: root/src/osxlaunch
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2010-05-29 07:25:38 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2010-05-29 07:25:38 +0000
commit72c06a258940696093f255fb1061beb58e1cdd0b (patch)
tree36b9a7712eec2d4f07837eab9c38ef1c5af85319 /src/osxlaunch
parente56feb597bc743677633432f77513b02907fd169 (diff)
downloadzcatch-72c06a258940696093f255fb1061beb58e1cdd0b.tar.gz
zcatch-72c06a258940696093f255fb1061beb58e1cdd0b.zip
copied refactor to trunk
Diffstat (limited to 'src/osxlaunch')
-rw-r--r--src/osxlaunch/client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osxlaunch/client.h b/src/osxlaunch/client.h
index 4683df57..be59d0b9 100644
--- a/src/osxlaunch/client.h
+++ b/src/osxlaunch/client.h
@@ -1,3 +1,5 @@
+#ifndef OSXLAUNCH_CLIENT_H
+#define OSXLAUNCH_CLIENT_H
 /*   SDLMain.m - main entry point for our Cocoa-ized SDL app
        Initial Version: Darrell Walisser <dwaliss1@purdue.edu>
        Non-NIB-Code & other changes: Max Horn <max@quendi.de>
@@ -9,3 +11,4 @@
 
 @interface SDLMain : NSObject
 @end
+#endif