summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/DataLoader.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-14 20:49:38 +0200
committerAki <please@ignore.pl>2022-04-14 20:49:38 +0200
commit62ab6eba358a4920c0143fdfd6a905a6836b012e (patch)
tree4cfd304a61fc728c84fe7ac7b3d3d45157693b25 /StarsEx/DataLoader.h
parent341c93b0fb4aedd262581ce6e81b700a9bdc1423 (diff)
downloadstarshatter-62ab6eba358a4920c0143fdfd6a905a6836b012e.zip
starshatter-62ab6eba358a4920c0143fdfd6a905a6836b012e.tar.gz
starshatter-62ab6eba358a4920c0143fdfd6a905a6836b012e.tar.bz2
Removed source groups as they didn't find their use in the end
Diffstat (limited to 'StarsEx/DataLoader.h')
-rw-r--r--StarsEx/DataLoader.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/StarsEx/DataLoader.h b/StarsEx/DataLoader.h
index a518a67..3d6f571 100644
--- a/StarsEx/DataLoader.h
+++ b/StarsEx/DataLoader.h
@@ -26,8 +26,6 @@ class Sound;
class DataLoader
{
public:
- using Group = DataSource::Group;
-
static constexpr int FAILED {-1};
static const char* TYPENAME() { return "DataLoader"; }
@@ -44,7 +42,7 @@ public:
void UseFileSystem(bool use=true);
void EnableMedia(bool enable=true);
- int MountDatafile(const char* name, Group group=Group::DEFAULT, int pos=-1);
+ int MountDatafile(const char* name, int pos=-1);
int UnmountSource(int src);
void SetDataPath(const char* path);