Skip to content

Commit

Permalink
Corrections pour le multiplatforme
Browse files Browse the repository at this point in the history
  • Loading branch information
lfgaleota committed Jul 4, 2018
1 parent efeef2f commit 9420f76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions othello/inc/ui/audio/FMOD.hpp
Original file line number Diff line number Diff line change
@@ -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 <string>
#include <unordered_map>
#include "../../../../fmod/inc/fmod.h"
#include <fmod.h>

/**
* @namespace Othello
Expand Down

0 comments on commit 9420f76

Please sign in to comment.