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