]> git.localhorst.tv Git - blank.git/blobdiff - src/app.hpp
get world seed from command line arguments
[blank.git] / src / app.hpp
index 413b6f19869430f22b665d690d4d8a67cd0ff50d..c8a6fb56720e6950fb0a7bc10097cdcbdf47e62e 100644 (file)
@@ -14,7 +14,7 @@ namespace blank {
 class Application {
 
 public:
-       Application();
+       explicit Application(unsigned int seed);
 
        Application(const Application &) = delete;
        Application &operator =(const Application &) = delete;