Added color
This commit is contained in:
commit
c40a38253d
13 changed files with 8300 additions and 0 deletions
14
include/core.hpp
Normal file
14
include/core.hpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
#ifndef CORE_HPP
|
||||
#define CORE_HPP
|
||||
|
||||
#ifdef OGLU_WIN32
|
||||
#ifdef OGLU_BUILD_DLL
|
||||
#define OGLU_API __declspec(dllexport)
|
||||
#else
|
||||
#define OGLU_API __declspec(dllimport)
|
||||
#endif //OGLU_BUILD_DLL
|
||||
#else
|
||||
#define OGLU_API
|
||||
#endif //OGLU_WIN32
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue