https://github.com/alexlnkp/savesys
A very simple library for saving and loading; Made for the scoreboards and such, but you can modify it however you please!
https://github.com/alexlnkp/savesys
c save-files save-system
Last synced: about 1 year ago
JSON representation
A very simple library for saving and loading; Made for the scoreboards and such, but you can modify it however you please!
- Host: GitHub
- URL: https://github.com/alexlnkp/savesys
- Owner: alexlnkp
- License: other
- Created: 2024-04-28T12:01:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T00:22:32.000Z (almost 2 years ago)
- Last Synced: 2024-12-19T18:42:24.037Z (over 1 year ago)
- Topics: c, save-files, save-system
- Language: C
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
A very simple save system, made primarily for my other project(s).
For example usages - look into the `examples` folder.
Depending on what functions you use, you will have to include different headers for the forward-declared functions used in the header.
If you were to use all of them - you would need to include the next headers:
`stdio.h`
`stdlib.h`
`string.h`
Usage is simple; just include the `save.h` header and see what it can offer. All of the functions have comments and dosctrings, in case of anything - refer to those.