Tidy fg_commands header.
This commit is contained in:
parent
29afc299fd
commit
f969504e6b
1 changed files with 2 additions and 14 deletions
|
@ -3,23 +3,11 @@
|
|||
#ifndef __FG_COMMANDS_HXX
|
||||
#define __FG_COMMANDS_HXX
|
||||
|
||||
#ifndef __cplusplus
|
||||
# error This library requires C++
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <simgear/structure/commands.hxx>
|
||||
#include <simgear/props/props.hxx>
|
||||
|
||||
/**
|
||||
* Initialize the built-in commands.
|
||||
*/
|
||||
void fgInitCommands ();
|
||||
|
||||
#endif
|
||||
|
||||
// end of fg_commands.hxx
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue