mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-05 11:11:47 -06:00
8 lines
66 B
C++
8 lines
66 B
C++
#pragma once
|
|
|
|
class Registry
|
|
{
|
|
public:
|
|
static void Save();
|
|
};
|