modified: CMakeLists.txt
[supertux.git] / src / main.cpp
index 8988652..6acebfd 100644 (file)
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-#include <SDL.h>
+#include "SDL2/SDL.h"
 
 #include "supertux/main.hpp"
 
 int main(int argc, char** argv)
 {
-  return Main().main(argc, argv);
+  return Main().run(argc, argv);
 }
 
 /* EOF */