forked from KolibriOS/kolibrios
16 lines
240 B
C
16 lines
240 B
C
|
#ifndef __MGTK_H
|
||
|
#define __MGTK_H
|
||
|
|
||
|
#include"app.h"
|
||
|
#include"bitmap.h"
|
||
|
#include"button.h"
|
||
|
#include"event.h"
|
||
|
#include"pen.h"
|
||
|
#include"slider.h"
|
||
|
#include"text.h"
|
||
|
#include"types.h"
|
||
|
#include"widget.h"
|
||
|
#include"terminal.h"
|
||
|
|
||
|
#endif
|