From 4e7f8adaedfce9e8d1b5d904515fada1dcd62142 Mon Sep 17 00:00:00 2001 From: thoduv Date: Mon, 10 Apr 2006 14:24:12 +0000 Subject: [PATCH] Added "config.h" --- trunk/desmume/src/config.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 trunk/desmume/src/config.h diff --git a/trunk/desmume/src/config.h b/trunk/desmume/src/config.h new file mode 100644 index 000000000..0cf1b3de7 --- /dev/null +++ b/trunk/desmume/src/config.h @@ -0,0 +1,9 @@ +#ifndef __CONFIG_H__ +#define __CONFIG_H__ + +#include + +#include "log.h" + +#endif /*__CONFIG_H__*/ +