mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-21 11:57:05 +00:00
19 lines
524 B
C++
19 lines
524 B
C++
#pragma once
|
|
|
|
#include "Particle.h"
|
|
#include "java/Class.h"
|
|
|
|
class yuri_1758;
|
|
|
|
class yuri_2132 : public yuri_2090 {
|
|
private:
|
|
float oSize;
|
|
|
|
public:
|
|
virtual eINSTANCEOF yuri_1188() { return eType_PLAYERCLOUDPARTICLEPARTICLE; }
|
|
yuri_2132(yuri_1758* yuri_7194, double yuri_9621, double yuri_9625, double yuri_9630, double xa,
|
|
double ya, double za);
|
|
void yuri_8158(yuri_3032* t, float yuri_3565, float xa, float ya, float za, float xa2,
|
|
float za2);
|
|
void yuri_9265();
|
|
}; |