enventor/src/include/common.h

31 lines
547 B
C

#ifndef __COMMON_H__
#define __COMMON_H__
typedef struct statusbar_s stats_data;
#define EOL "<br/>"
#define EOL_LEN 5
#define REL1_X 0.25f
#define REL1_Y 0.25f
#define REL2_X 0.75f
#define REL2_Y 0.75f
#define ENVENTOR_BETA_API_SUPPORT 1
#include <Enventor.h>
#include "menu.h"
#include "statusbar.h"
#include "config_data.h"
#include "globals.h"
#include "tools.h"
#include "base_gui.h"
#include "search.h"
#include "goto.h"
#include "newfile.h"
#include "setting.h"
#include "live_edit.h"
#include "console.h"
#include "file_mgr.h"
#endif