alecgl_old/sfml20test/Common.h

14 lines
157 B
C
Raw Normal View History

2015-04-08 21:35:21 +00:00
#ifndef COMMONH
#define COMMONH
#include <stdio.h>
#include <string.h>
#include <string>
#include <vector>
#define M_PI 3.14159
namespace agl {
};
#endif