wip
This commit is contained in:
parent
44f6e9e1ca
commit
1bd37963c8
7 changed files with 170 additions and 0 deletions
26
mimview/mimview.h
Normal file
26
mimview/mimview.h
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
#ifndef __MIMVIEW_H__
|
||||
#define __MIMVIEW_H__
|
||||
|
||||
#define VERSION "0.0.0"
|
||||
|
||||
#include "config.h"
|
||||
|
||||
/* Milsko */
|
||||
#include <MDE/Foundation.h>
|
||||
#include <Mw/Milsko.h>
|
||||
|
||||
/* External */
|
||||
|
||||
/* Standard */
|
||||
#include <sys/stat.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
/* main.c */
|
||||
extern MwWidget window, menu;
|
||||
extern MwLLPixmap pxprojector;
|
||||
|
||||
/* ui.c */
|
||||
void ui_init(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue