1
0
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:
UzixLS
2018-11-03 16:21:13 +03:00
parent d6aad6c6c5
commit 09929b2b7d
392 changed files with 17832 additions and 2491 deletions

12
core/SettingsDB.h Normal file → Executable file
View 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: