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