mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 07:10:53 -04:00
13 lines
177 B
C++
13 lines
177 B
C++
#ifndef MPLS_H
|
|
#define MPLS_H
|
|
|
|
namespace Mpls {
|
|
|
|
void initialize(int argc, char **argv);
|
|
void tryLaunchMovie();
|
|
void forceLaunchMovie();
|
|
|
|
}; // namespace Mpls
|
|
|
|
#endif // MPLS_H
|