December 2014 files

This commit is contained in:
Loki Rautio
2026-03-01 11:00:23 -06:00
parent b691c43c44
commit 8fd3ac6e37
2049 changed files with 260190 additions and 134787 deletions

View File

@@ -1,7 +1,8 @@
#pragma once
#include "UIScene.h"
#include "..\Leaderboards\LeaderboardManager.h"
// #include "..\Leaderboards\LeaderboardManager.h"
#include "..\Leaderboards\LeaderboardInterface.h"
class UIScene_LeaderboardsMenu : public UIScene, public LeaderboardReadListener
{
@@ -72,6 +73,8 @@ private:
bool m_bPopulatedOnce;
bool m_bReady;
LeaderboardInterface m_interface;
UIControl_LeaderboardList m_listEntries;
UIControl_Label m_labelFilter, m_labelLeaderboard, m_labelEntries, m_labelInfo;
UI_BEGIN_MAP_ELEMENTS_AND_NAMES(UIScene)
@@ -105,7 +108,8 @@ protected:
virtual wstring getMoviePath();
public:
void handleReload();
virtual void tick();
virtual void handleReload();
// INPUT
virtual void handleInput(int iPad, int key, bool repeat, bool pressed, bool released, bool &handled);