mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-23 22:55:39 +00:00
16 lines
160 B
C++
16 lines
160 B
C++
#include "Renderer.h"
|
|
#include "platform.h"
|
|
#include GLHEADER
|
|
#include "resources/Font.h"
|
|
|
|
namespace Renderer
|
|
{
|
|
void onInit()
|
|
{
|
|
}
|
|
|
|
void onDeinit()
|
|
{
|
|
}
|
|
};
|