1
0
mirror of https://github.com/UzixLS/KernelEx.git synced 2025-07-19 07:21:20 +03:00

import KernelEx-4.0-Final

This commit is contained in:
UzixLS
2018-11-03 16:20:02 +03:00
parent 339353cce8
commit 30df122aba
339 changed files with 11011 additions and 1945 deletions

3
core/apiconf.h Executable file → Normal file
View File

@ -72,12 +72,9 @@ private:
ModuleApi* api_tables;
unsigned short api_tables_count;
char* conf_name;
const ApiLibrary** used_apilibs;
int used_apilibs_count;
bool initialized;
bool prepare(const char* name);
bool add_to_used_apilibs(const ApiLibrary* apilib);
};
inline bool ApiConfiguration::NamedApi::operator<(const NamedApi& a) const