Files
source/Strategic/MiniEvents.h
BeatAroundTheBuscherandGitHub ed00830202 Fixes Upper/Lower Casing for include paths (#487)
* Fixing upper/lower case for includes

types.h, zconf.h and zlib.h were renamed so that global includes like Types.h
are not used.
2025-08-16 22:01:12 -03:00

12 lines
180 B
C

#ifndef _MINIEVENTS_H
#define _MINIEVENTS_H
#define MINI_EVENT_Z_OFFSET 9
#include "types.h"
void InitMiniEvents();
void CheckMiniEvents(UINT32 nextEventId);
#endif