implemented basic error system; restructured some files; replaced a few asserts

This commit is contained in:
aap
2016-06-17 00:06:37 +02:00
parent 416ee91bb7
commit 6e71e34933
14 changed files with 857 additions and 574 deletions

1
rw.h
View File

@ -2,6 +2,7 @@
#include <cmath>
#include "src/rwbase.h"
#include "src/rwerror.h"
#include "src/rwplg.h"
#include "src/rwpipeline.h"
#include "src/rwobjects.h"