Kesalahan: Tautan: Kesalahan Fatal LNK1561: Titik masuk harus didefinisikan

--(it's an issue because of the SDL which use a #define main to make it's
--own entry point)
--use this at the end of your file xmake.lua
if is_plat("windows") then
  add_ldflags("/subsystem:console")
end
Sorann