mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-07 13:42:25 +00:00
13 lines
183 B
C++
13 lines
183 B
C++
#pragma once
|
|
|
|
#include "Tile.h"
|
|
|
|
class yuri_2888 : public yuri_3088 {
|
|
friend class yuri_3088;
|
|
|
|
public:
|
|
static const int RANGE = 2;
|
|
|
|
protected:
|
|
yuri_2888(int yuri_6674);
|
|
}; |