1
0
Fork 0

move constants here so that the file is complete in the Attic/

This commit is contained in:
mfranz 2008-04-27 17:50:44 +00:00
parent 881274b1fd
commit 586bfe0aea

View file

@ -16,6 +16,14 @@
#include <Main/fg_props.hxx>
#include <simgear/sg_inlines.h>
const char *gui_msg_OK = "OK";
const char *gui_msg_NO = "NO";
const char *gui_msg_YES = "YES";
const char *gui_msg_CANCEL = "CANCEL";
const char *gui_msg_RESET = "RESET";
static void
setPilotXOffset (float value)
{