mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 21:39:48 +00:00
8 lines
92 B
C++
8 lines
92 B
C++
#include "tweak.h"
|
|
|
|
// @SMALLTODO
|
|
void Tweak_Init(void)
|
|
{
|
|
printf("Tweak_Init(void)");
|
|
}
|