mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
8 lines
139 B
C++
8 lines
139 B
C++
#pragma once
|
|
|
|
class LayoutActor;
|
|
|
|
class CounterLayoutController {
|
|
public:
|
|
static bool isWaitToDisappearCounter(const LayoutActor *);
|
|
}; |