view config.h @ 433:ed4d0017c041

Read default render width from config file
author Mike Pavone <pavone@retrodev.com>
date Wed, 10 Jul 2013 23:52:09 -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_