From 4f4e5326ee26e797fdff74ec7cc8393913ee8bc1 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Wed, 15 May 2024 20:01:22 -0400 Subject: [PATCH] silly --- CMakeLists.txt | 2 +- src/main.cpp | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b51079..b135401 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.25) -project(graphs VERSION 0.0.48) +project(graphs VERSION 0.0.49) option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF) option(ENABLE_UBSAN "Enable the ub sanitizer" OFF) diff --git a/src/main.cpp b/src/main.cpp index 7138e34..4cd6a4c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -48,7 +48,10 @@ void init(const blt::gfx::window_data& data) using namespace blt::gfx; resources.setPrefixDirectory("../"); + resources.enqueue("res/debian.png", "debian"); + resources.enqueue("res/parker.png", "parker"); resources.enqueue("res/parkerpoint.png", "parker_point"); + resources.enqueue("res/parker cat ears.jpg", "parkercat"); global_matrices.create_internals(); resources.load_resources();