Game of Ur
0.3.3
This is a computer adaptation of Game of Ur, written in C++ mainly using SDL and OpenGL.
Toggle main menu visibility
Loading...
Searching...
No Matches
ur_ui_version.hpp
Go to the documentation of this file.
1
11
12
#ifndef ZOAPPUIVERSIONTEXT_H
13
#define ZOAPPUIVERSIONTEXT_H
14
15
#include <toymaker/engine/sim_system.hpp>
16
22
class
UrUIVersion:
public
ToyMaker::SimObjectAspect<UrUIVersion> {
23
public
:
24
UrUIVersion(): SimObjectAspect<UrUIVersion>{0} {}
25
inline
static
std::string getSimObjectAspectTypeName() {
return
"UrUIVersion"
; }
26
static
std::shared_ptr<BaseSimObjectAspect> create(
const
nlohmann::json& jsonAspectProperties);
27
std::shared_ptr<BaseSimObjectAspect> clone()
const override
;
28
29
void
onActivated()
override
;
30
private
:
31
};
32
33
34
#endif
src
app
ur_ui_version.hpp
Generated on
for Game of Ur by
1.17.0