diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-10 14:41:39 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-10 14:41:39 (GMT) |
| commit | cd051924d9ca6d5c39e02111bc311fda9126435e (patch) | |
| tree | 43624435bfcab57e69fb12068f24cd2a0518dfaa /src/client/Client.h | |
| parent | 643128ac5f6f159acf9eb31104dde19f4511d2b9 (diff) | |
| download | powder-cd051924d9ca6d5c39e02111bc311fda9126435e.zip powder-cd051924d9ca6d5c39e02111bc311fda9126435e.tar.gz | |
Installation with Ctrl+I, fixes #77
Diffstat (limited to 'src/client/Client.h')
| -rw-r--r-- | src/client/Client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/Client.h b/src/client/Client.h index 375c072..8812496 100644 --- a/src/client/Client.h +++ b/src/client/Client.h @@ -86,6 +86,8 @@ public: std::vector<std::string> DirectorySearch(std::string directory, std::string search, std::vector<std::string> extensions); std::vector<std::string> DirectorySearch(std::string directory, std::string search, std::string extension); + bool DoInstallation(); + std::vector<unsigned char> ReadFile(std::string filename); void Initialise(std::string proxyString); |
