boo/include/win/CWGLContext.hpp

12 lines
126 B
C++
Raw Normal View History

2015-04-19 00:37:52 +00:00
#ifndef CWGLCONTEXT_HPP
#define CWGLCONTEXT_HPP
#ifdef _WIN32
2015-04-29 10:24:39 +00:00
namespace boo
{
}
2015-04-19 00:37:52 +00:00
#endif // _WIN32
#endif // CWGLCONTEXT_HPP