mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
11 lines
157 B
C++
11 lines
157 B
C++
#pragma once
|
|
|
|
#include "Game/Util.hpp"
|
|
|
|
class AreaObj;
|
|
|
|
class SleepControlFunc {
|
|
public:
|
|
static void addSleepControl(AreaObj *, const JMapInfoIter&);
|
|
};
|