Implement Wiggle Title Text
This commit is contained in:
14
examples/PoolBox/application/src/include/font_writer.hpp
Normal file
14
examples/PoolBox/application/src/include/font_writer.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include <FontWriter/Type/types.hpp>
|
||||
#include <FontWriter/font_writer.hpp>
|
||||
|
||||
namespace FontWriter {
|
||||
using namespace JabyEngine;
|
||||
|
||||
extern Wiggle wiggle;
|
||||
extern JabyEngine::FontWriter new_font_writer;
|
||||
extern JabyEngine::FontWriter bios_font_writer;
|
||||
|
||||
void setup();
|
||||
State update(const GPU::PositionI16& start);
|
||||
}
|
||||
Reference in New Issue
Block a user