Limo
A simple mod manager
Loading...
Searching...
No Matches
editprofileinfo.h
Go to the documentation of this file.
1
5
6#pragma once
7
8#include <string>
9
10
16{
18 std::string name;
20 std::string app_version;
23 int source = -1;
24};
Stores data needed to either create a new or edit an existing profile of a application.
Definition editprofileinfo.h:16
std::string app_version
The new app version of the profile. Used for FOMOD conditions.
Definition editprofileinfo.h:20
std::string name
The new name of the profile.
Definition editprofileinfo.h:18
int source
If a new profile is created and this is != -1: Copy all settings from source profile.
Definition editprofileinfo.h:23