File: Compatibility.h

package info (click to toggle)
freespace2-launcher-wxlauncher 0.11.0%2Bdfsg-3
  • links: PTS, VCS
  • area: contrib
  • in suites: bullseye
  • size: 2,368 kB
  • sloc: cpp: 13,446; python: 797; makefile: 12; sh: 12
file content (17 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// Created by maassms on 20.08.15.
//

#ifndef WXLAUNCHER_COMPATIBILITY_H
#define WXLAUNCHER_COMPATIBILITY_H

#include "apis/ProfileManager.h"

namespace Compatibility
{
	bool SynchronizeOldPilots(ProMan* profileManager);

	bool MigrateOldConfig();
}

#endif //WXLAUNCHER_COMPATIBILITY_H