Siile / Ninslash

Ninslash - Open source 2d platformer action game
http://ninslash.com/
Other
97 stars 21 forks source link

Fix client & server build #127

Closed ST-Chara closed 1 year ago

ST-Chara commented 1 year ago

Fix client build other/freetype/include/freetype/config/ftconfig.h:42, from other/freetype/include/freetype/freetype.h:33, from src/engine/client/text.cpp:14: other/freetype/include/freetype/config/ftoption.h:257:32: error: expected constructor, destructor, or type conversion before « ( » token 257 | #define FT_EXPORT(x) __declspec(dllexport) x | ^

Fix server build image

ST-Chara commented 1 year ago

image