summaryrefslogtreecommitdiff
path: root/includes/compiler/FunctionCalls.h
blob: d5247970a75badd967a3909efc33ba159136f4e9 (plain)
1
2
3
4
5
6
7
8
#ifndef COMPILER_FUNCTIONCALLS_H
#define COMPILER_FUNCTIONCALLS_H

#include "compiler/common.h"

extern void call_function(ENode *expr, Operand *output);

#endif