view config.h @ 462:5677c053edd6

Fix timing of backdrop rendering when the display is turned off
author Mike Pavone <pavone@retrodev.com>
date Tue, 10 Sep 2013 09:55:12 -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_