1
0
Fork 0

Tidy fg_commands header.

This commit is contained in:
James Turner 2010-09-29 22:27:27 +01:00
parent 29afc299fd
commit f969504e6b

View file

@ -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