Files
jabyengine/examples/PoolBox/application/include/font_writer.hpp
2023-12-01 23:07:16 -05:00

6 lines
136 B
C++

#pragma once
#include <FontWriter/font_writer.hpp>
void font_writer_setup();
void font_writer_update();
void font_writer_render();