mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-21 18:24:34 +00:00
10 lines
132 B
C++
10 lines
132 B
C++
#pragma once
|
|
|
|
#include "LogTile.h"
|
|
|
|
class OldLogTile : public LogTile
|
|
{
|
|
friend class Tile;
|
|
protected:
|
|
OldLogTile(int id);
|
|
}; |