mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
Fixed include to use C99 header, not C++11 header
This commit is contained in:
parent
00eac7d53a
commit
6dce3e5186
@ -1,7 +1,7 @@
|
|||||||
#ifndef GAME_MWWORLD_WEATHER_H
|
#ifndef GAME_MWWORLD_WEATHER_H
|
||||||
#define GAME_MWWORLD_WEATHER_H
|
#define GAME_MWWORLD_WEATHER_H
|
||||||
|
|
||||||
#include <cstdint>
|
#include <stdint.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include <OgreColourValue.h>
|
#include <OgreColourValue.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user