123456789101112131415161718192021222324252627282930313233343536 |
- #include "CFESIntro.h"
- //-------------------------------------------------------------------------------------------------
- //0012A81C
- CFESIntro::CFESIntro() {
- }
- //-------------------------------------------------------------------------------------------------
- //0012A834 0012A838
- CFESIntro::~CFESIntro() {
- }
- //-------------------------------------------------------------------------------------------------
- //0012A848
- void CFESIntro::Init() {
- LOGI("CFESIntro::Init");
- }
- //-------------------------------------------------------------------------------------------------
- //0012A864
- void CFESIntro::Exit() {
- LOGI("CFESIntro::Exit");
- }
- //-------------------------------------------------------------------------------------------------
- //0012A866
- void CFESIntro::Process() {
- LOGI("CFESIntro::Process");
- }
- //-------------------------------------------------------------------------------------------------
- //0012A870
- void CFESIntro::Render2D() {
- LOGI("CFESIntro::Render2D");
- }
- //-------------------------------------------------------------------------------------------------
- //0012A876
- void CFESIntro::Render2DHUD() {
- LOGI("CFESIntro::Render2DHUD");
- }
- //-------------------------------------------------------------------------------------------------
|