PGR Copakond OpenGL Engine - Bowling
Loading...
Searching...
No Matches
pgr-portable.h
Go to the documentation of this file.
1#ifndef PGR_SEM_COPAKOND_PGR_PORTABLE_H
2#define PGR_SEM_COPAKOND_PGR_PORTABLE_H
3
4// THIS IS USED TO MAKE THIS PROGRAM WORK IN BOTH WINDOWS AND (arch) LINUX
5
6#ifdef _WIN32
7 #include "pgr.h"
8#else
9 #include <pgr/pgr.h>
10#endif
11
12#endif //PGR_SEM_COPAKOND_PGR_PORTABLE_H