mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-23 07:07:02 +00:00
12 lines
248 B
C++
12 lines
248 B
C++
#pragma once
|
|
#include "Feature.h"
|
|
|
|
class yuri_2889 : public yuri_801 {
|
|
private:
|
|
int tile;
|
|
|
|
public:
|
|
yuri_2889(int tile);
|
|
|
|
virtual bool yuri_7814(yuri_1758* yuri_7194, yuri_2302* yuri_7981, int yuri_9621, int yuri_9625, int yuri_9630);
|
|
}; |