Adding an image library because i apparently need TGAs
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user