18 lines
247 B
C
18 lines
247 B
C
#ifndef __MAUPLAY_H__
|
|
#define __MAUPLAY_H__
|
|
|
|
#include "config.h"
|
|
|
|
/* Milsko */
|
|
#include <MDE/Foundation.h>
|
|
#include <Mw/Milsko.h>
|
|
|
|
/* External */
|
|
|
|
/* Standard */
|
|
#include <pwd.h>
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#endif
|