mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-07-19 11:57:03 +00:00
9 lines
113 B
C++
9 lines
113 B
C++
#pragma once
|
|
|
|
class Scoreboard;
|
|
|
|
class ScoreHolder
|
|
{
|
|
public:
|
|
virtual Scoreboard *getScoreboard() = 0;
|
|
}; |