/* gltron Copyright (C) 1999 by Andreas Umbach */ #include "SDL.h" #include "game/init.h" #include "filesystem/path.h" #include "base/util.h" #include "SDL.h" int main(int argc, char *argv[] ) { initSubsystems(argc, argv); runScript(PATH_SCRIPTS, "main.lua"); return 0; }