mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[ion] Namespace Record and Kallax
This commit is contained in:
committed by
EmilieNumworks
parent
aa984bca74
commit
f9656fd94f
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user