KolibriLib
Loading...
Searching...
No Matches
base.hpp
1#pragma once
2
3#ifndef __BASE_H__
4#define __BASE_H__
5
6#include <sys/ksys.h>
7
8#include <string.h>
9#include <stdlib.h>
10#include <string>
11
12#include "filesystem.hpp"
13#include "os.hpp"
14
17namespace KolibriLib
18{
19
21 void init()
22 {
23 _ksys_set_event_mask(0x07);
25
26 }
27}
28
29
30
31#endif // __BASE_H__
Color::ColorsTable GetSystemColors()
Получить системные цвета
Definition os.hpp:20
Основное пространство имён
Definition base.hpp:18
void init()
инициализация
Definition base.hpp:21