Remove namespace from font utility classes

This commit is contained in:
Jeremie Roy
2013-04-23 17:18:54 +02:00
parent 1f44b65ef6
commit 7f3fb10f2a
8 changed files with 29 additions and 66 deletions

View File

@@ -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();
}
}