spidey-decomp/tweak.cpp
2024-08-04 18:36:08 +02:00

8 lines
92 B
C++

#include "tweak.h"
// @SMALLTODO
void Tweak_Init(void)
{
printf("Tweak_Init(void)");
}