PixelBullet  0.0.1
A C++ game engine
Loading...
Searching...
No Matches
runtime.hpp
1#pragma once
2
3namespace PixelBullet::GLFWRuntime
4{
5 void Acquire();
6 void Release();
7 unsigned int NextWindowId();
8} // namespace PixelBullet::GLFWRuntime