mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
8 lines
103 B
C++
8 lines
103 B
C++
#pragma once
|
|
|
|
class JMapIdInfo;
|
|
|
|
namespace MR {
|
|
void setPlayerRestartIdInfo(const JMapIdInfo &);
|
|
}
|