2024-05-23 17:19:28 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#ifndef SMOKE_H
|
|
|
|
#define SMOKE_H
|
|
|
|
|
2024-05-28 17:48:29 +00:00
|
|
|
#include "export.h"
|
|
|
|
#include "bit.h"
|
|
|
|
|
|
|
|
class CSmokeJet : public CTexturedRibbon
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
unsigned char fullPad[0x125-40];
|
|
|
|
};
|
|
|
|
|
|
|
|
void validate_CSmokeJet(void);
|
|
|
|
|
|
|
|
#endif
|