mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(profile): more bc routines
This commit is contained in:
parent
1e6fb307de
commit
fb267a5683
35 changed files with 818 additions and 2959 deletions
10
profile/3.3.5a-windows-386/include/storm/array/c2ivector.h
Normal file
10
profile/3.3.5a-windows-386/include/storm/array/c2ivector.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue