mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 22:03:12 +01:00
Remove namespace from font utility classes
This commit is contained in:
@@ -10,9 +10,6 @@
|
||||
#include <math.h>
|
||||
#include <stddef.h> /* offsetof */
|
||||
|
||||
namespace bgfx_font
|
||||
{
|
||||
|
||||
const uint16_t MAX_TEXT_BUFFER_COUNT = 64;
|
||||
|
||||
long int fsize(FILE* _file)
|
||||
@@ -808,5 +805,3 @@ void TextBufferManager::clearTextBuffer(TextBufferHandle _handle)
|
||||
BufferCache& bc = m_textBuffers[_handle.idx];
|
||||
bc.textBuffer->clearTextBuffer();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user