[ion] Namespace Record and Kallax

This commit is contained in:
Émilie Feral
2018-02-28 15:53:33 +01:00
committed by EmilieNumworks
parent aa984bca74
commit f9656fd94f
13 changed files with 50 additions and 23 deletions

View File

@@ -8,10 +8,10 @@ namespace Code {
/* Record : | Total Size | Type | Name | Body |
* Script: | AutoImportationStatus | Content |*/
class Script : public Record {
class Script : public Ion::Record {
friend class ScriptStore;
public:
Script(Record f);
Script(Ion::Record f);
bool importationStatus() const;
void toggleImportationStatus();