Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NVGT Includes Improvements #133

Merged
merged 9 commits into from
Nov 6, 2024
Prev Previous commit
Next Next commit
Fixed missing backquote in dump method of settings object
  • Loading branch information
harrymkt committed Nov 6, 2024
commit 6dfda12b1a70416d1fd02faeacbf398a29215373
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dump
This method will manually save the data.

`bool settings::dump();
`bool settings::dump();`

## Returns:
bool: true on success, false on failure.
Expand Down