mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 17:16:57 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
class AppSettings;
|
||||
|
||||
class JsonAppSettingsSerializer
|
||||
{
|
||||
public:
|
||||
void Serialize(const AppSettings* appSettings, const char* filePath) const;
|
||||
bool Deserialize(AppSettings* appSettings, const char* filePath) const;
|
||||
};
|
||||
Reference in New Issue
Block a user