6 lines
136 B
C++
6 lines
136 B
C++
#pragma once
|
|
#include <FontWriter/font_writer.hpp>
|
|
|
|
void font_writer_setup();
|
|
void font_writer_update();
|
|
void font_writer_render(); |