You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
348 B
22 lines
348 B
//
|
|
// cuilib.h
|
|
//
|
|
|
|
#ifndef CUILIB_H
|
|
#define CUILIB_H
|
|
|
|
#include "cuiobj.h"
|
|
#include "cuiwnd.h"
|
|
#include "cuitb.h"
|
|
#include "cuimenu.h"
|
|
#include "cuitip.h"
|
|
#include "cuibln.h"
|
|
#include "cuisys.h"
|
|
#include "cuischem.h"
|
|
#include "cuiutil.h"
|
|
|
|
extern void InitUIFLib( void );
|
|
extern void DoneUIFLib( void );
|
|
|
|
#endif /* CUILIB_H */
|
|
|