mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 21:39:48 +00:00
17 lines
236 B
C++
17 lines
236 B
C++
#pragma once
|
|
|
|
#include "export.h"
|
|
#include "baddy.h"
|
|
|
|
|
|
class CMJ : public CBaddy {
|
|
|
|
public:
|
|
EXPORT void AI(void);
|
|
EXPORT CMJ(int*, __int16);
|
|
};
|
|
|
|
|
|
void validate_CMJ(void);
|
|
EXPORT void MJ_CreateMJ(const unsigned int *, unsigned int *);
|