mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
import KernelEx-4.5-Beta1
This commit is contained in:
12
core/SettingsDB.h
Normal file → Executable file
12
core/SettingsDB.h
Normal file → Executable file
@ -22,23 +22,13 @@
|
||||
#ifndef __SETTINGSDB_H
|
||||
#define __SETTINGSDB_H
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable:4786)
|
||||
#endif
|
||||
|
||||
#include "sstring.hpp"
|
||||
#include <map>
|
||||
#include "resolver.h"
|
||||
#include "apiconf.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
struct appsetting
|
||||
{
|
||||
appsetting() : conf(NULL), flags(0) {}
|
||||
ApiConfiguration* conf;
|
||||
unsigned long flags;
|
||||
};
|
||||
|
||||
class SettingsDB
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user