Skip to content
Snippets Groups Projects
main.c 272 B
Newer Older
Jin Zijun's avatar
Jin Zijun committed
#include "common.h"
#include "background.h"
#include "menu.h"
#include "creerJoueur.h"
#include "InputBox.h"
#include "Button.h"
#include "config.h"


int main(int argc, char* args[])
{
    initialisation();

    RunGame();

    CloseSDL();

    return EXIT_SUCCESS;
}