From aa5ad5ad6e4794bd540eff4f8bb503b383177ea5 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 26 Jun 2001 21:59:49 +0000 Subject: [PATCH] - added property-multiply command with argument 'factor' - added confirm dialog for exit command - added tile-cache-reload command - added lighting-update command --- src/Main/fg_commands.cxx | 86 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 84 insertions(+), 2 deletions(-) diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 312b5fd40..9ae0129f5 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -12,6 +12,8 @@ #include #include #include +#include +#include