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