mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 13:29:48 +00:00
9 lines
105 B
C++
9 lines
105 B
C++
#include "spid_ai0.h"
|
|
|
|
// @MEDIUMTODO
|
|
void SpideyAI0(CPlayer *)
|
|
{
|
|
printf("SpideyAI0(CPlayer *)");
|
|
}
|
|
|