codebased/include/scirpt/compiler.h
2023-04-25 02:13:20 +02:00

7 lines
90 B
C

#ifndef SCIRPT_COMPILER_H
#define SCIRPT_COMPILER_H
#include "scirpt/bytecode.h"
#endif