diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-24 20:58:54 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-24 21:05:52 -0500 |
| commit | ff2b57f4a557f8e3896f002e554d76f327fa1ac1 (patch) | |
| tree | bdf42e2ed390b633b75d355e8b07929ebbf2ae35 | |
| parent | 3c021120a26f1f818be14e777b910aae759659e7 (diff) | |
| download | sigen-ff2b57f4a557f8e3896f002e554d76f327fa1ac1.tar.gz sigen-ff2b57f4a557f8e3896f002e554d76f327fa1ac1.tar.xz sigen-ff2b57f4a557f8e3896f002e554d76f327fa1ac1.zip | |
Moved SigmodrUI to GameUI and made load at runtime
| -rw-r--r-- | sigmodr/widgets/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | sigmodr/widgets/GameUI.cpp (renamed from sigmodr/widgets/SigmodUI.cpp) | 0 | ||||
| -rw-r--r-- | sigmodr/widgets/GameUI.h (renamed from sigmodr/widgets/SigmodUI.h) | 0 | ||||
| -rw-r--r-- | sigmodr/widgets/gui/game.ui (renamed from sigmodr/widgets/gui/sigmod.ui) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/sigmodr/widgets/CMakeLists.txt b/sigmodr/widgets/CMakeLists.txt index ba33fbf9..85637048 100644 --- a/sigmodr/widgets/CMakeLists.txt +++ b/sigmodr/widgets/CMakeLists.txt @@ -12,6 +12,7 @@ set(sigmodrwidgets_HEADERS CoinListItemUI.h EggGroupUI.h FractionWidget.h + GameUI.h Global.h GlobalScriptUI.h ItemUI.h @@ -28,7 +29,6 @@ set(sigmodrwidgets_HEADERS ObjectUI.h RulesUI.h ScriptWidget.h - SigmodUI.h SkinUI.h SoundUI.h SpeciesUI.h @@ -52,6 +52,7 @@ set(sigmodrwidgets_SRCS CoinListItemUI.cpp EggGroupUI.cpp FractionWidget.cpp + GameUI.cpp GlobalScriptUI.cpp ItemUI.cpp ItemTypeUI.cpp @@ -67,7 +68,6 @@ set(sigmodrwidgets_SRCS ObjectUI.cpp RulesUI.cpp ScriptWidget.cpp - SigmodUI.cpp SkinUI.cpp SoundUI.cpp SpeciesUI.cpp diff --git a/sigmodr/widgets/SigmodUI.cpp b/sigmodr/widgets/GameUI.cpp index fd8551e0..fd8551e0 100644 --- a/sigmodr/widgets/SigmodUI.cpp +++ b/sigmodr/widgets/GameUI.cpp diff --git a/sigmodr/widgets/SigmodUI.h b/sigmodr/widgets/GameUI.h index 8ba3c90a..8ba3c90a 100644 --- a/sigmodr/widgets/SigmodUI.h +++ b/sigmodr/widgets/GameUI.h diff --git a/sigmodr/widgets/gui/sigmod.ui b/sigmodr/widgets/gui/game.ui index 66f78eb8..66f78eb8 100644 --- a/sigmodr/widgets/gui/sigmod.ui +++ b/sigmodr/widgets/gui/game.ui |
