mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 19:29:52 +02:00
Return blank string instead of undefined
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
void EngineProcess() {}
|
void EngineProcess() {}
|
||||||
void ClipboardPush(std::string) {}
|
void ClipboardPush(std::string) {}
|
||||||
std::string ClipboardPull() {}
|
std::string ClipboardPull() { return ""; }
|
||||||
int GetModifiers() { return 0; }
|
int GetModifiers() { return 0; }
|
||||||
|
|
||||||
void readFile(std::string filename, std::vector<char> & storage)
|
void readFile(std::string filename, std::vector<char> & storage)
|
||||||
|
Reference in New Issue
Block a user