14 lines
262 B
C
14 lines
262 B
C
|
|
/*
|
||
|
|
* Copyright (c) 2001-2006 Will Day <willday@hpgx.net>
|
||
|
|
* See the file "dllapi.h" in this folder for full information
|
||
|
|
*/
|
||
|
|
|
||
|
|
// Simplified version by Wei Mingzhi
|
||
|
|
|
||
|
|
#ifndef MUTIL_H
|
||
|
|
#define MUTIL_H
|
||
|
|
|
||
|
|
#include "plinfo.h"
|
||
|
|
#include "sdk_util.h"
|
||
|
|
|
||
|
|
#endif /* MUTIL_H */
|