X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fprofile.h;h=473d8320231889df69119109b543f4be07047fa5;hb=d1e404e2f488610a99f844783dca15a7525c3813;hp=df164f68ec8c2427a9be2c3b2840895e1be5010c;hpb=69effddb777c2009d32f70e3315d5570973446ef;p=virtualjaguar diff --git a/src/gui/profile.h b/src/gui/profile.h index df164f6..473d832 100644 --- a/src/gui/profile.h +++ b/src/gui/profile.h @@ -23,8 +23,11 @@ struct Profile // Function prototypes void ReadProfiles(QSettings *); void WriteProfiles(QSettings *); +int GetFreeProfile(void); +void DeleteProfile(int); int FindDeviceNumberForName(const char *); int FindMappingsForDevice(int, QComboBox *); +int FindUsableProfiles(QComboBox *); bool ConnectProfileToController(int, int); void AutoConnectProfiles(void);