helloworld

This commit is contained in:
jeefo 2014-07-30 14:17:46 +04:00
commit 3a4164ec5d
30 changed files with 30901 additions and 0 deletions

14
include/engine/mutil.h Normal file
View file

@ -0,0 +1,14 @@
/*
* 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 */