diff options
author | Mattes D <github@xoft.cz> | 2014-07-01 22:20:48 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-07-01 22:20:48 +0200 |
commit | 9fa984bf04b7cd17e5728257aa0556e77cbddda4 (patch) | |
tree | e06ac35b06660ac1aa0d1b84481119b1809cfbe8 /lib/luaproxy/Dummy.c | |
parent | Merge pull request #1141 from Howaner/GlobalFixes (diff) | |
parent | LuaProxy compilation under MinGW. (diff) | |
download | cuberite-9fa984bf04b7cd17e5728257aa0556e77cbddda4.tar cuberite-9fa984bf04b7cd17e5728257aa0556e77cbddda4.tar.gz cuberite-9fa984bf04b7cd17e5728257aa0556e77cbddda4.tar.bz2 cuberite-9fa984bf04b7cd17e5728257aa0556e77cbddda4.tar.lz cuberite-9fa984bf04b7cd17e5728257aa0556e77cbddda4.tar.xz cuberite-9fa984bf04b7cd17e5728257aa0556e77cbddda4.tar.zst cuberite-9fa984bf04b7cd17e5728257aa0556e77cbddda4.zip |
Diffstat (limited to '')
-rw-r--r-- | lib/luaproxy/Dummy.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/luaproxy/Dummy.c b/lib/luaproxy/Dummy.c new file mode 100644 index 000000000..4018d8392 --- /dev/null +++ b/lib/luaproxy/Dummy.c @@ -0,0 +1,4 @@ + +// Dummy.c + +// Because the MSVC compiler needs at least one C file to compile the project |