mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-22 18:54:33 +00:00
9 lines
105 B
C++
9 lines
105 B
C++
#pragma once
|
|
|
|
class Scoreboard;
|
|
|
|
class ScoreHolder
|
|
{
|
|
public:
|
|
virtual Scoreboard *getScoreboard() = 0;
|
|
}; |