7 lines
199 B
C
7 lines
199 B
C
|
#line 1 "C:\\FastAccessFiles\\CloudSync\\CodeProjects\\2024\\ClawMachineOverhaul\\classes\\ICommand.h"
|
||
|
#include "CommandTypes.h"
|
||
|
|
||
|
class ICommand {
|
||
|
public:
|
||
|
CommandType getCommandType();
|
||
|
};
|