14 lines
No EOL
157 B
C++
14 lines
No EOL
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 |