binana/profile/3.3.5a-windows-386/include/storm/region/found_param.h

14 lines
228 B
C
Raw Normal View History

2024-09-20 00:13:32 -04:00
#ifndef STORM_REGION_FOUND_PARAM_H
#define STORM_REGION_FOUND_PARAM_H
#include "storm/array.h"
DECLARE_STRUCT(FOUNDPARAM);
struct FOUNDPARAM {
void* param;
int32_t sequence;
};
STORM_TS_GROWABLE_ARRAY(FOUNDPARAM);
#endif