mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-06-19 11:01:54 +00:00
9 lines
105 B
C++
9 lines
105 B
C++
#pragma once
|
|
|
|
class Scoreboard;
|
|
|
|
class ScoreHolder
|
|
{
|
|
public:
|
|
virtual Scoreboard *getScoreboard() = 0;
|
|
}; |