Skip to content
Snippets Groups Projects
Unverified Commit 656f95c9 authored by Leon Niklas Lux's avatar Leon Niklas Lux Committed by Leon Lux
Browse files

Fix von STB Image und multiple Definition errors

parent afd05d03
Branches
Tags
1 merge request!55Abgabe des Projektes
......@@ -8,7 +8,8 @@ set(LIBLVL_SOURCES src/enemy.cpp src/room.cpp src/spritesheet.cpp
src/tileindexexception.cpp
src/level.cpp
src/object.cpp
src/player.cpp)
src/player.cpp
src/stb_image.cpp)
# Option to generate documentation
option(BUILD_DOCS "Generate Documentation" OFF)
......
#pragma once
#define STB_IMAGE_IMPLEMENTATION
#include <filesystem>
#include <highfive/highfive.hpp>
#include <hitbox.hpp>
......
//
// Created by llux on 02.02.25.
//
#define STB_IMAGE_IMPLEMENTATION
#include <stb/stb_image.h>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment