summaryrefslogtreecommitdiffstats
path: root/src/event.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-03-23 22:08:59 +0100
committerPiotr Dziwinski <piotrdz@gmail.com>2012-03-23 22:08:59 +0100
commitea046a32eeb90208b374f4e4e6f6ecadf224bdc6 (patch)
tree2bdedf827ea84e1f785e608dd4dac2a8be90cd7c /src/event.h
parentf3a6e6c313505897cf80375c69d6503b1306becf (diff)
downloadcolobot-ea046a32eeb90208b374f4e4e6f6ecadf224bdc6.tar.gz
colobot-ea046a32eeb90208b374f4e4e6f6ecadf224bdc6.tar.bz2
colobot-ea046a32eeb90208b374f4e4e6f6ecadf224bdc6.zip
Fixed includes and GCC syntax errors
Diffstat (limited to 'src/event.h')
-rw-r--r--src/event.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/event.h b/src/event.h
index a708a24..8da2600 100644
--- a/src/event.h
+++ b/src/event.h
@@ -12,12 +12,17 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see http://www.gnu.org/licenses/.// event.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// event.h
#ifndef _EVENT_H_
#define _EVENT_H_
+#include "struct.h"
+
+
#if !defined (WM_XBUTTONDOWN)
#define WM_XBUTTONDOWN 0x020B
#define WM_XBUTTONUP 0x020C