mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-25 03:24:46 +00:00
Add basic replay recorder/player to help debugging and performance testing.
This was SVN commit r7863.
This commit is contained in:
@@ -164,7 +164,7 @@ public:
|
||||
/**
|
||||
* Stringify to a JSON string, UTF-8 encoded. Returns an empty string on error.
|
||||
*/
|
||||
std::string StringifyJSON(jsval obj);
|
||||
std::string StringifyJSON(jsval obj, bool indent = true);
|
||||
|
||||
/**
|
||||
* Report the given error message through the JS error reporting mechanism,
|
||||
|
||||
Reference in New Issue
Block a user