mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(profile): label more CGxDevice virtual functions and class members
This commit is contained in:
parent
d67e052d75
commit
5a70c8290f
8 changed files with 283 additions and 18 deletions
10
profile/3.3.5a-windows/include/storm/array/c2vector.h
Normal file
10
profile/3.3.5a-windows/include/storm/array/c2vector.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue