Files
ac-decomp/include/ac_weather.h
T
2023-10-11 02:46:01 -04:00

21 lines
241 B
C

#ifndef AC_WEATHER_H
#define AC_WEATHER_H
#include "types.h"
#include "m_actor.h"
#ifdef __cplusplus
extern "C" {
#endif
extern int aWeather_ChangingWeather();
extern ACTOR_PROFILE Weather_Profile;
#ifdef __cplusplus
}
#endif
#endif