1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-04 01:29:45 +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_
#define _RWGAME_HPP_
#ifndef RWGAME_RWGAME_HPP
#define RWGAME_RWGAME_HPP
#include <chrono>
#include <engine/GameData.hpp>