Added "config.h"

This commit is contained in:
thoduv 2006-04-10 14:24:12 +00:00
parent 202c3d7065
commit f028b8aec4
1 changed files with 9 additions and 0 deletions

9
desmume/src/config.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef __CONFIG_H__
#define __CONFIG_H__
#include <stdio.h>
#include "log.h"
#endif /*__CONFIG_H__*/