Michaël Lemaire
48ea553f49
git-svn-id: https://subversion.assembla.com/svn/thunderk/paysages@232 b1fd45b6-86a6-48da-8261-f70d1f35bdcc
18 lines
234 B
C
18 lines
234 B
C
#ifndef _PAYSAGES_GLOBALS_H_
|
|
#define _PAYSAGES_GLOBALS_H_
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern int render_width;
|
|
extern int render_height;
|
|
extern int render_quality;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|