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