Add Tile16Editor module class skeleton

This commit is contained in:
scawful
2023-11-10 23:28:19 -05:00
parent aaccbe08af
commit cb5fce8bee
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#include "tile16_editor.h"
absl::Status Tile16Editor::Update() {
// TODO: Implement the Update method for the Tile16Editor class.
return absl::OkStatus();
}