mirror of
https://github.com/AxioDL/boo.git
synced 2025-08-03 02:35:45 +00:00
9 lines
108 B
C++
9 lines
108 B
C++
#ifndef CWGLCONTEXT_HPP
|
|
#define CWGLCONTEXT_HPP
|
|
|
|
#ifdef _WIN32
|
|
|
|
|
|
#endif // _WIN32
|
|
#endif // CWGLCONTEXT_HPP
|