23 lines
310 B
C
23 lines
310 B
C
#ifndef __MPANEL_H__
|
|
#define __MPANEL_H__
|
|
|
|
#include "config.h"
|
|
|
|
/* Milsko */
|
|
#include <MDE/Foundation.h>
|
|
#include <Mw/Milsko.h>
|
|
|
|
/* External */
|
|
#include <xemil.h>
|
|
|
|
/* Standard */
|
|
#include <dlfcn.h>
|
|
#include <unistd.h>
|
|
|
|
/* main.c */
|
|
extern MwWidget window, box;
|
|
|
|
/* module.c */
|
|
void load_modules(void);
|
|
|
|
#endif
|