mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
9 lines
109 B
C++
9 lines
109 B
C++
#ifndef GX_GLL_GL_BUFFER_POOL_H
|
|
#define GX_GLL_GL_BUFFER_POOL_H
|
|
|
|
class GLBufferPool {
|
|
public:
|
|
};
|
|
|
|
#endif
|