Add missing include for stdint.h in overworld and snes_color headers
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
typedef struct z3_overworld z3_overworld;
|
typedef struct z3_overworld z3_overworld;
|
||||||
typedef struct z3_overworld_map z3_overworld_map;
|
typedef struct z3_overworld_map z3_overworld_map;
|
||||||
|
|
||||||
@@ -29,4 +31,4 @@ struct z3_overworld {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // YAZE_OVERWORLD_H
|
#endif // YAZE_OVERWORLD_H
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
#ifndef YAZE_BASE_SNES_COLOR_H_
|
#ifndef YAZE_BASE_SNES_COLOR_H_
|
||||||
#define YAZE_BASE_SNES_COLOR_H_
|
#define YAZE_BASE_SNES_COLOR_H_
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Primitive of 16-bit RGB SNES color.
|
* @brief Primitive of 16-bit RGB SNES color.
|
||||||
*/
|
*/
|
||||||
@@ -29,4 +29,4 @@ typedef struct snes_palette {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // YAZE_BASE_SNES_COLOR_H_
|
#endif // YAZE_BASE_SNES_COLOR_H_
|
||||||
|
|||||||
Reference in New Issue
Block a user