Fixed file
This commit is contained in:
parent
c983f166c8
commit
82651b9779
14
include/\
14
include/\
@ -1,14 +0,0 @@
|
|||||||
#ifndef VM_INCLUDED
|
|
||||||
#define VM_INLCUDED
|
|
||||||
|
|
||||||
#include "chunk.h"
|
|
||||||
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
Chunk *chunk;
|
|
||||||
} VM;
|
|
||||||
|
|
||||||
void initVM();
|
|
||||||
void freeVM();
|
|
||||||
|
|
||||||
#endif
|
|
Loading…
Reference in New Issue
Block a user