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