alecgl_old/sfml20test/Common.h
Alec Obradovich 03f7d95b13 fuckmess
what is this nonsense
2015-04-08 16:35:21 -05:00

14 lines
157 B
C++

#ifndef COMMONH
#define COMMONH
#include <stdio.h>
#include <string.h>
#include <string>
#include <vector>
#define M_PI 3.14159
namespace agl {
};
#endif