This repository has been archived on 2021-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
rts/rts/main.cpp
2013-03-03 00:35:44 -06:00

10 lines
143 B
C++

#define SFML_STATIC
#include <stdio.h>
#include "sockwrap.h"
#include <SFML/Graphics.hpp>
#include <SFML/Audio.hpp>
int main() {
return 0;
}