mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
12 lines
No EOL
211 B
C
12 lines
No EOL
211 B
C
#ifndef STORM_ARRAY_POINTER_TO_VOID_H
|
|
#define STORM_ARRAY_POINTER_TO_VOID_H
|
|
|
|
#include "system/types.h"
|
|
|
|
#include "storm/array.h"
|
|
|
|
typedef void* pointer_to_void;
|
|
|
|
STORM_TS_GROWABLE_ARRAY(pointer_to_void);
|
|
|
|
#endif |