mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-05 19:19:43 -06:00
9 lines
103 B
C++
9 lines
103 B
C++
#pragma once
|
|
|
|
class InspirePatches
|
|
{
|
|
public:
|
|
static void DrawDebug();
|
|
static void Update();
|
|
};
|