Files
scully/src/AST/Statement.cpp

10 lines
92 B
C++
Raw Normal View History

2013-06-01 00:16:38 +02:00
#include "AST/Statement.h"
Statement::Statement() {
//
}
Statement::~Statement() {
//
}