summaryrefslogtreecommitdiff
path: root/src/interface/Platform.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-05-31 09:24:44 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-05-31 09:24:44 (GMT)
commite0c9dab8cb981172c5de81f5963e28db67f1b295 (patch)
treedd78e82f54a7ed87915a7d5100437cd42ac0c415 /src/interface/Platform.h
parent708d52bcc5f0e13fa6540751e2402ccfdf02bec7 (diff)
downloadpowder-e0c9dab8cb981172c5de81f5963e28db67f1b295.zip
powder-e0c9dab8cb981172c5de81f5963e28db67f1b295.tar.gz
Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods.
Diffstat (limited to 'src/interface/Platform.h')
-rw-r--r--src/interface/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/Platform.h b/src/interface/Platform.h
index c57dca6..f9119f1 100644
--- a/src/interface/Platform.h
+++ b/src/interface/Platform.h
@@ -1,6 +1,6 @@
#pragma once
-
+typedef unsigned short Uint16;
/* ***** Platform-ness ***** */
#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32_LEAN_AND_MEAN)