mirror of
https://github.com/NishiOwO/arena.git
synced 2025-04-21 16:54:42 +00:00
8 lines
154 B
C
8 lines
154 B
C
#ifndef _TOOLS_H_
|
|
#define _TOOLS_H_
|
|
|
|
extern void *GetPointer(unsigned char **);
|
|
extern void PutPointer(unsigned char **, void *);
|
|
|
|
#endif /* _TOOLS_H_ */
|