mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 05:19:43 +00:00
18 lines
215 B
C++
18 lines
215 B
C++
#pragma once
|
|
|
|
#ifndef SMOKE_H
|
|
#define SMOKE_H
|
|
|
|
#include "export.h"
|
|
#include "bit.h"
|
|
|
|
class CSmokeJet : public CTexturedRibbon
|
|
{
|
|
public:
|
|
unsigned char fullPad[0x125-40];
|
|
};
|
|
|
|
void validate_CSmokeJet(void);
|
|
|
|
#endif
|