diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e52319..0c1a83d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,6 +28,7 @@ add_executable(${PROJECT_NAME} src/main.cpp src/database.cpp src/ui.cpp + src/image_utils.cpp vendor/rmlui_backend/RmlUi_Backend_GLFW_GL3.cpp vendor/rmlui_backend/RmlUi_Platform_GLFW.cpp diff --git a/assets/images/icon.png b/assets/images/icon.png new file mode 100755 index 0000000..9ddd121 Binary files /dev/null and b/assets/images/icon.png differ diff --git a/assets/images/icon.svg b/assets/images/icon.svg new file mode 100755 index 0000000..cce2fd3 --- /dev/null +++ b/assets/images/icon.svg @@ -0,0 +1,55 @@ + + + + diff --git a/assets/images/icon.tga b/assets/images/icon.tga new file mode 100644 index 0000000..94a0827 Binary files /dev/null and b/assets/images/icon.tga differ diff --git a/assets/main.rml b/assets/main.rml index 11728f6..2efd491 100644 --- a/assets/main.rml +++ b/assets/main.rml @@ -2,6 +2,10 @@
Species: {{entry.value.species}}
-Gender: {{entry.value.gender}}
-