summaryrefslogtreecommitdiff
path: root/src/resources/db/sounddb.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-12 00:18:57 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-12 00:51:22 +0300
commitd5a00a320043f5782ebc489285c89943b667e094 (patch)
treeeb64f3b1f81f7ba2a3c7ff9e02ad329ef21abb83 /src/resources/db/sounddb.h
parent742b2a22bdcb69e6f615a284065ba2696e7bc261 (diff)
downloadplus-d5a00a320043f5782ebc489285c89943b667e094.tar.gz
plus-d5a00a320043f5782ebc489285c89943b667e094.tar.bz2
plus-d5a00a320043f5782ebc489285c89943b667e094.tar.xz
plus-d5a00a320043f5782ebc489285c89943b667e094.zip
Add skipError parameter to loadXml functions.
This allow not show errors for some not main xml files.
Diffstat (limited to 'src/resources/db/sounddb.h')
-rw-r--r--src/resources/db/sounddb.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/resources/db/sounddb.h b/src/resources/db/sounddb.h
index a0710d688..6230cefae 100644
--- a/src/resources/db/sounddb.h
+++ b/src/resources/db/sounddb.h
@@ -21,6 +21,8 @@
#ifndef RESOURCES_DB_SOUNDDB_H
#define RESOURCES_DB_SOUNDDB_H
+#include "enums/simpletypes/skiperror.h"
+
#include <string>
#include "localconsts.h"
@@ -29,7 +31,8 @@ namespace SoundDB
{
void load();
- void loadXmlFile(const std::string &fileName);
+ void loadXmlFile(const std::string &fileName,
+ const SkipError skipError);
void unload();