move constants here so that the file is complete in the Attic/
This commit is contained in:
parent
881274b1fd
commit
586bfe0aea
1 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue