Files
BlitzNext/compiler/nodes.hpp
T

11 lines
138 B
C++
Raw Normal View History

2019-01-18 15:55:51 +01:00
#ifndef NODES_H
#define NODES_H
#include "exprnode.hpp"
#include "stmtnode.hpp"
#include "declnode.hpp"
#include "prognode.hpp"
#endif