1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Move include inside guard block.

This commit is contained in:
Matthias Lanzinger
2014-04-28 23:19:18 +02:00
parent b5bb145f03
commit bda09d93d5

View File

@@ -18,11 +18,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*****************************************************************************/
#include "rct2.h"
#ifndef _CLIMATE_H_
#define _CLIMATE_H_
#include "rct2.h"
enum {
CLIMATE_COOL_AND_WET,
CLIMATE_WARM,