view config.h @ 448:e85a107e6ec0

Fix handling of key on in YM2612 core
author Mike Pavone <pavone@retrodev.com>
date Sat, 20 Jul 2013 23:49:31 -0700
parents 7f84090ab1cd
children 140af5509ce7
line wrap: on
line source

#ifndef CONFIG_H_
#define CONFIG_H_
#include "tern.h"

tern_node * load_config(char * expath);

#endif //CONFIG_H_