mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-05-13 05:57:10 +03:00
10 lines
143 B
C++
10 lines
143 B
C++
#include "GLRage.hpp"
|
|
|
|
namespace glrage {
|
|
|
|
GLRAPI Context& GLRage::getContext()
|
|
{
|
|
return ContextImpl::instance();
|
|
}
|
|
|
|
} // namespace glrage
|