Imported basics
project directory client - scene system server - empty main SDL_net source graphical resources
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "SDL/SDL.h"
|
||||
#include "SDL_net/SDL_net.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
int SDL_main(int, char**) {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user