fix some msvc warnings

This commit is contained in:
2019-05-15 12:43:30 +07:00
parent 50de1cd6e0
commit dfccfb87fa
4 changed files with 18 additions and 20 deletions

View File

@@ -6,6 +6,4 @@
#pragma once
#include "types.hpp"
e2d::i32 e2d_main(int argc, char *argv[]);
int e2d_main(int argc, char *argv[]);