binana/profile/3.3.5a-windows/include/storm/array/cimvector.h

10 lines
No EOL
167 B
C

#ifndef STORM_ARRAY_C_IM_VECTOR_H
#define STORM_ARRAY_C_IM_VECTOR_H
#include "tempest/vector.h"
#include "storm/array.h"
STORM_TS_GROWABLE_ARRAY(CImVector);
#endif