Add Tile16Editor module class skeleton
This commit is contained in:
7
src/app/editor/modules/tile16_editor.cc
Normal file
7
src/app/editor/modules/tile16_editor.cc
Normal 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();
|
||||
}
|
||||
Reference in New Issue
Block a user