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

10 lines
167 B
C
Raw Normal View History

2025-03-06 16:40:31 -05:00
#ifndef STORM_ARRAY_C_2I_VECTOR_H
#define STORM_ARRAY_C_2I_VECTOR_H
#include "tempest/vector.h"
#include "storm/array.h"
STORM_TS_GROWABLE_ARRAY(C2iVector);
#endif