Starbound/attic/launcher/Commands.hpp
2025-03-21 22:23:30 +11:00

9 lines
141 B
C++

#ifndef COMMANDS_HPP
#define COMMANDS_HPP
#include <QStringList>
void startClient(QStringList arguments = {});
void startServer();
#endif