mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-14 03:52:30 +00:00
9 lines
119 B
C++
9 lines
119 B
C++
|
|
#ifndef GX_GL_SDL_GL_BUFFER_POOL_HPP
|
||
|
|
#define GX_GL_SDL_GL_BUFFER_POOL_HPP
|
||
|
|
|
||
|
|
class GLBufferPool {
|
||
|
|
public:
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|