summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/DataLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/DataLoader.h')
-rw-r--r--StarsEx/DataLoader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/StarsEx/DataLoader.h b/StarsEx/DataLoader.h
index 6d83e2f..4cc526d 100644
--- a/StarsEx/DataLoader.h
+++ b/StarsEx/DataLoader.h
@@ -46,8 +46,8 @@ public:
void UseVideo(Video* v);
void EnableMedia(bool enable=true);
- int InsertDatafile(const char* name, Group group=Group::DEFAULT, int pos=-1);
- void ClearSources();
+ int MountDatafile(const char* name, Group group=Group::DEFAULT, int pos=-1);
+ int UnmountSource(int src);
int EnableDatafile(const char* name);
int DisableDatafile(const char* name);