mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
9 lines
137 B
C++
9 lines
137 B
C++
#pragma once
|
|
|
|
class EffectSystem;
|
|
|
|
class MultiEmitter {
|
|
public:
|
|
void forceDelete(EffectSystem *);
|
|
void create(EffectSystem *);
|
|
}; |