CFreeHUD.cpp 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #include "CFreeHUD.h"
  2. #include "CStoryTutorial.h"
  3. CStoryTutorial *CFreeHUD::ms_pAnimations; //size: 0x10
  4. //-------------------------------------------------------------------------------------------------
  5. //001D5E84
  6. void CFreeHUD::Init() {
  7. }
  8. //-------------------------------------------------------------------------------------------------
  9. //001D5EC4
  10. void CFreeHUD::Shutdown() {
  11. }
  12. //-------------------------------------------------------------------------------------------------
  13. //001D5F00
  14. void CFreeHUD::MultiLevelWarningCB(int, void *) {
  15. }
  16. //-------------------------------------------------------------------------------------------------
  17. //001D5F1C
  18. void CFreeHUD::InitTutorial() {
  19. }
  20. //-------------------------------------------------------------------------------------------------
  21. //001D5FA4
  22. void CFreeHUD::InitTutorial(EStoryTutorial a1) {
  23. LOGE("CFreeHUD::ShutdownAnimation%d",a1);
  24. }
  25. //-------------------------------------------------------------------------------------------------
  26. //001D5FD8
  27. void CFreeHUD::ShutdownAnimation() {
  28. LOGE("CFreeHUD::ShutdownAnimation");
  29. }
  30. //-------------------------------------------------------------------------------------------------
  31. //001D5FF0
  32. int CFreeHUD::Process() {
  33. return 0;
  34. }
  35. //-------------------------------------------------------------------------------------------------
  36. //001D61D8
  37. void CFreeHUD::RenderButton(THUDButton *) {
  38. }
  39. //-------------------------------------------------------------------------------------------------
  40. //001D64D4
  41. void CFreeHUD::RenderReplayHUD() {
  42. }
  43. //-------------------------------------------------------------------------------------------------
  44. //001D6534
  45. void CFreeHUD::Render() {
  46. }
  47. //-------------------------------------------------------------------------------------------------
  48. //001D6568
  49. void CFreeHUD::SetupGoldenBootPurchase() {
  50. }
  51. //-------------------------------------------------------------------------------------------------