diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2018-10-25 18:38:22 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2018-10-25 18:38:22 +0200 |
commit | 611599ad979eee1364519fc9c3fb6103fd9fa9c6 (patch) | |
tree | d78aeff47518fc566e757f91c9f64cdca5e4e3f3 /src/deep.h | |
parent | 0ba99f2ffa8b8d6a865a7fae8fb8d0a3a5d85e06 (diff) | |
download | lanes-611599ad979eee1364519fc9c3fb6103fd9fa9c6.tar.gz lanes-611599ad979eee1364519fc9c3fb6103fd9fa9c6.tar.bz2 lanes-611599ad979eee1364519fc9c3fb6103fd9fa9c6.zip |
Fix DLL exports
Diffstat (limited to 'src/deep.h')
-rw-r--r-- | src/deep.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
12 | struct s_Universe; | 13 | struct s_Universe; |