add if statement and declaration
This commit is contained in:
8
src/runtime/declaration/declaration.h
Normal file
8
src/runtime/declaration/declaration.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef runtime_declaration_H
|
||||
#define runtime_declaration_H
|
||||
#include "../runtime.h"
|
||||
|
||||
ArErr runtime_declaration(Translated *translated, RuntimeState *state,
|
||||
struct Stack *stack);
|
||||
|
||||
#endif // runtime_declaration_H
|
||||
Reference in New Issue
Block a user