1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 15:02:34 +02:00

Correct RWGame.hpp header guard

This commit is contained in:
Daniel Evans 2016-10-16 20:39:05 +01:00
parent ad998e8a80
commit c54273bb63

View File

@ -1,5 +1,5 @@
#ifndef _RWGAME_HPP_ #ifndef RWGAME_RWGAME_HPP
#define _RWGAME_HPP_ #define RWGAME_RWGAME_HPP
#include <chrono> #include <chrono>
#include <engine/GameData.hpp> #include <engine/GameData.hpp>