backend-infra-engineer: Pre-0.2.2 snapshot (2023)
This commit is contained in:
11
src/app/editor/sprite_editor.cc
Normal file
11
src/app/editor/sprite_editor.cc
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "sprite_editor.h"
|
||||
|
||||
namespace yaze {
|
||||
namespace app {
|
||||
namespace editor {
|
||||
|
||||
absl::Status SpriteEditor::Update() { return absl::OkStatus(); }
|
||||
|
||||
} // namespace editor
|
||||
} // namespace app
|
||||
} // namespace yaze
|
||||
Reference in New Issue
Block a user