#include <SDL.h>
#include "supertux/main.hpp"
Go to the source code of this file.
Definition at line 21 of file main.cpp.
00022 { 00023 return Main().run(argc, argv); 00024 }