Fixed incorrect include paths.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3583 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
f84a77cf59
commit
64d72dabad
@ -37,10 +37,10 @@
|
||||
# include <AL/alc.h>
|
||||
#endif
|
||||
|
||||
#include "race_manager.hpp"
|
||||
#include "user_config.hpp"
|
||||
#include "audio/sfx_openal.hpp"
|
||||
#include "io/file_manager.hpp"
|
||||
#include "race/race_manager.hpp"
|
||||
|
||||
SFXManager* sfx_manager= NULL;
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
#ifndef HEADER_RACE_INFO_MESSAGE_H
|
||||
#define HEADER_RACE_INFO_MESSAGE_H
|
||||
#ifndef HEADER_RACE_INFO_MESSAGE_HPP
|
||||
#define HEADER_RACE_INFO_MESSAGE_HPP
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user