Update common.h

This commit is contained in:
blueloveTH 2023-02-01 15:02:40 +08:00
parent d7c37373e4
commit 2fc87f4788

View File

@ -33,6 +33,10 @@
#define UNREACHABLE() throw std::runtime_error( __FILE__ + std::string(":") + std::to_string(__LINE__) + " UNREACHABLE()!");
#endif
#ifdef __EMSCRIPTEN__
#include <emscripten.h>
#endif
#define PK_VERSION "0.8.0"
typedef int64_t i64;