From 9420f7687dfb2c4d9fdfcc393d783756a2c558f5 Mon Sep 17 00:00:00 2001 From: louisfelix90 Date: Wed, 4 Jul 2018 22:37:19 +0200 Subject: [PATCH] Corrections pour le multiplatforme --- CMakeLists.txt | 4 ---- othello/inc/ui/audio/FMOD.hpp | 6 +++--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d55921..276959f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,13 +65,9 @@ set(SOURCE_FILES othello/inc/ui/main/mainallegroui.hpp othello/ui/audio/FMOD.cpp othello/inc/ui/audio/FMOD.hpp - othello/inc/winres.h - othello/winres.o imgui/imgui.cpp imgui/imgui_draw.cpp imgui/imgui_impl_agl.cpp - win32_SetProcessDpiAware/win32_SetProcessDpiAware.c - win32_SetProcessDpiAware/win32_SetProcessDpiAware.h ) if(WIN32) diff --git a/othello/inc/ui/audio/FMOD.hpp b/othello/inc/ui/audio/FMOD.hpp index a47b34b..599442a 100644 --- a/othello/inc/ui/audio/FMOD.hpp +++ b/othello/inc/ui/audio/FMOD.hpp @@ -1,9 +1,9 @@ -#ifndef _ECE_SIAM_FMOD_HPP_ - #define _ECE_SIAM_FMOD_HPP_ +#ifndef _ECE_OTHELLO_FMOD_HPP_ + #define _ECE_OTHELLO_FMOD_HPP_ #include #include - #include "../../../../fmod/inc/fmod.h" + #include /** * @namespace Othello