12 lines
167 B
C
12 lines
167 B
C
//
|
|
// Created by Elias Bennour on 28.01.24.
|
|
//
|
|
|
|
#ifndef NINJA_NJVM_H
|
|
#define NINJA_NJVM_H
|
|
#include "objref.c"
|
|
|
|
ObjRef alloc(unsigned int size);
|
|
|
|
#endif //NINJA_NJVM_H
|