CMM: update libraries
New lib: lexer.h git-svn-id: svn://kolibrios.org@5598 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
//BOX_LIB - Asper
|
||||
#ifndef INCLUDE_BOX_LIB_H
|
||||
#define INCLUDE_BOX_LIB_H
|
||||
|
||||
#ifndef INCLUDE_KOLIBRI_H
|
||||
#include "../lib/kolibri.h"
|
||||
#endif
|
||||
|
||||
#ifndef INCLUDE_DLL_H
|
||||
#include "../lib/dll.h"
|
||||
#endif
|
||||
|
||||
dword boxlib = #aEdit_box_lib;
|
||||
char aEdit_box_lib[]="/sys/lib/box_lib.obj";
|
||||
|
||||
@@ -169,4 +180,6 @@ struct frame
|
||||
dword font_size_y;
|
||||
dword font_color;
|
||||
dword font_backgr_color;
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user