#ifndef _FOLD_H_
#define _FOLD_H_
-#include <oberon.h>
-#include <typeregister.h>
-#include <store.h>
+#include "oberon.h"
+#include "typeregister/typeregister.h"
+#include "store/store.h"
namespace odc {
virtual const std::string &getTypeName() const;
Fold(INTEGER id);
+ ~Fold();
/**
* Calls super and reads the version and checks that its in the allowed range.
* Then reads the state of the Fold, including the hidden part.