Skip to content

Instantly share code, notes, and snippets.

@thai-ng
Created April 22, 2017 19:54
Show Gist options
  • Save thai-ng/bc2712af919b1dd606b0d2fd4226a779 to your computer and use it in GitHub Desktop.
Save thai-ng/bc2712af919b1dd606b0d2fd4226a779 to your computer and use it in GitHub Desktop.
#include <SDL/SDL.h>
#include <emscripten.h>
#include "SDLDrawable.hpp"
#include "client.h"
int main()
{
SDLDrawable drawable(750, 750);
Client client(&drawable, "test.simp");
client.nextPage();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment