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