OSDN Git Service

[UI][Agar][X1] Implement some menues.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Wed, 7 Jan 2015 10:32:09 +0000 (19:32 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Wed, 7 Jan 2015 10:32:09 +0000 (19:32 +0900)
commitc9e6343d217f38dadb9946caff11f02d9281baf2
treecb6481a715fb748cb6ed3136f893127c7b95f5fd
parente23aba13dd61baacea8f0f51e412bf2568408ca6
[UI][Agar][X1] Implement some menues.
12 files changed:
source/build-cmake/cmake/config_commonsource.cmake
source/build-cmake/x1/CMakeLists.txt
source/src/agar/common/agar_emuevents.h [new file with mode: 0644]
source/src/agar/common/agar_main.cpp
source/src/agar/common/agar_main.h
source/src/agar/menu/CMakeLists.txt [new file with mode: 0644]
source/src/agar/menu/agar_menu.cpp [new file with mode: 0644]
source/src/agar/menu/menu_common.h [new file with mode: 0644]
source/src/agar/ui/CMakeLists.txt [new file with mode: 0644]
source/src/agar/ui/agar_dialogs.cpp [new file with mode: 0644]
source/src/agar/x1/CMakeLists.txt [new file with mode: 0644]
source/src/agar/x1/menu_x1.cpp [new file with mode: 0644]