mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
10 lines
No EOL
164 B
C
10 lines
No EOL
164 B
C
#ifndef STORM_ARRAY_C_2_VECTOR_H
|
|
#define STORM_ARRAY_C_2_VECTOR_H
|
|
|
|
#include "tempest/vector.h"
|
|
|
|
#include "storm/array.h"
|
|
|
|
STORM_TS_GROWABLE_ARRAY(C2Vector);
|
|
|
|
#endif |