Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JujuAdams/snap
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Aug 16, 2020
2 parents 19541c5 + 8979121 commit a81189c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">SNAP: Struct N' Array Parsing 3.3.0</h1>
<h1 align="center">SNAP: Struct N' Array Parsing 3.3.1</h1>

<p align="center">Easy struct/array saving and loading</p>

Expand Down Expand Up @@ -38,6 +38,12 @@ The order that values are sent into `method` is guaranteed for arrays (starting
&nbsp;
### string_from_file(filename) ###
Convenience function that returns a string that contains all the data in the given file.
&nbsp;
### snap_deep_copy(struct/array)
Returns a copy of the given `struct/array`, including a copy of any nested structs and arrays.
Expand Down Expand Up @@ -159,4 +165,3 @@ _**N.B.** This script is only intended to read the .ini files and strings that G
### snap_from_ini_file(filename, [tryReal]) ###
Convenience function that loads an .ini file from disk and passes it into `snap_from_ini_string()`.

0 comments on commit a81189c

Please sign in to comment.