aboutsummaryrefslogtreecommitdiff
path: root/src/deep.h
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2018-10-25 18:38:22 +0200
committerBenoit Germain <bnt.germain@gmail.com>2018-10-25 18:38:22 +0200
commit611599ad979eee1364519fc9c3fb6103fd9fa9c6 (patch)
treed78aeff47518fc566e757f91c9f64cdca5e4e3f3 /src/deep.h
parent0ba99f2ffa8b8d6a865a7fae8fb8d0a3a5d85e06 (diff)
downloadlanes-611599ad979eee1364519fc9c3fb6103fd9fa9c6.tar.gz
lanes-611599ad979eee1364519fc9c3fb6103fd9fa9c6.tar.bz2
lanes-611599ad979eee1364519fc9c3fb6103fd9fa9c6.zip
Fix DLL exports
Diffstat (limited to 'src/deep.h')
-rw-r--r--src/deep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/deep.h b/src/deep.h
index 54b0c32..aeeb828 100644
--- a/src/deep.h
+++ b/src/deep.h
@@ -7,6 +7,7 @@
7 */ 7 */
8 8
9#include "lua.h" 9#include "lua.h"
10#include "platform.h"
10 11
11// forwards 12// forwards
12struct s_Universe; 13struct s_Universe;