Files
BlitzNext/compiler/nodes.h
T

11 lines
130 B
C
Raw Normal View History

2014-01-31 08:23:00 +13:00
#ifndef NODES_H
#define NODES_H
#include "exprnode.h"
#include "stmtnode.h"
#include "declnode.h"
#include "prognode.h"
#endif