Files
ac-decomp/include/ac_weather_snow.h
2023-11-03 11:40:02 +00:00

19 lines
239 B
C

#ifndef AC_WEATHER_SNOW_H
#define AC_WEATHER_SNOW_H
#include "types.h"
#include "m_actor.h"
#include "ac_weather.h"
#ifdef __cplusplus
extern "C" {
#endif
extern aWeather_Profile_c iam_weather_snow;
#ifdef __cplusplus
}
#endif
#endif