mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-14 20:47:06 +00:00
11 lines
173 B
C++
11 lines
173 B
C++
#pragma once
|
|
|
|
#include <memory>
|
|
|
|
class yuri_3091;
|
|
class yuri_1758;
|
|
|
|
class EntityTile {
|
|
public:
|
|
virtual std::shared_ptr<yuri_3091> yuri_7569(yuri_1758* yuri_7194) = 0;
|
|
}; |