mirror of
https://github.com/leoetlino/project-restoration
synced 2025-10-06 00:32:43 +02:00
10 lines
89 B
C++
10 lines
89 B
C++
#pragma once
|
|
|
|
namespace rst {
|
|
|
|
void FixTime();
|
|
|
|
void FixTwinmold();
|
|
|
|
} // namespace rst
|