mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-16 08:47:05 +00:00
15 lines
258 B
C++
15 lines
258 B
C++
#pragma once
|
|
#include <memory>
|
|
|
|
class yuri_739;
|
|
class yuri_345;
|
|
|
|
class yuri_634 {
|
|
private:
|
|
double ix, iy, iz;
|
|
|
|
public:
|
|
yuri_634(std::shared_ptr<yuri_739> yuri_7839);
|
|
bool operator()(const yuri_345* yuri_3565, const yuri_345* yuri_3775) const;
|
|
};
|