mirror of
https://github.com/SMGCommunity/Petari.git
synced 2024-11-30 08:50:43 +00:00
8 lines
111 B
C
8 lines
111 B
C
#ifndef OPERATOR_H
|
|
#define OPERATOR_H
|
|
|
|
#include "types.h"
|
|
|
|
void* operator new[](u64 len);
|
|
|
|
#endif // OPERATOR_H
|