summaryrefslogtreecommitdiff
path: root/src/resource-library.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resource-library.h')
-rw-r--r--src/resource-library.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resource-library.h b/src/resource-library.h
index f68471d..9f9c303 100644
--- a/src/resource-library.h
+++ b/src/resource-library.h
@@ -7,6 +7,7 @@ public:
virtual ~ResourceLibrary() {}
virtual bool initialize() = 0;
virtual bool connectToServer() = 0;
+ virtual bool reserve() = 0;
};
#endif