Files
ss/include/toBeSorted/mpls.h
T
2026-04-07 16:26:45 +01:00

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