mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-10-31 17:22:38 +00:00
6 lines
94 B
C
6 lines
94 B
C
|
#pragma once
|
||
|
|
||
|
class SequenceFactory {
|
||
|
public:
|
||
|
static void createSequence(const char *);
|
||
|
};
|