Adding an image library because i apparently need TGAs

This commit is contained in:
2026-08-05 23:24:32 -05:00
parent 466e0570d4
commit 62a6f49eba
10 changed files with 9917 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
#include "critter.hpp"
#include "database.hpp"
#include "ui.hpp"
#include "../vendor/stb/stb_image.h"
#include "../vendor/stb/stb_image_write.h"
#include <RmlUi/Core.h>
#include <RmlUi/Debugger/Debugger.h>
@@ -55,6 +57,8 @@ bool initialize() {
return true;
}
int main() {
std::cout << "[INFO] Starting CritterFolio...\n";