mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-24 05:49:48 +00:00
9 lines
102 B
C++
9 lines
102 B
C++
#pragma once
|
|
|
|
#include "export.h"
|
|
#include "baddy.h"
|
|
|
|
|
|
class CMJ : public CBaddy {
|
|
int dumbAssPad;
|
|
}; |