Open Source Tomb Raider Engine
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
12345678910111213141516 |
- /*!
- * \file include/commands/CommandSet.h
- * \brief Set Command interface
- *
- * \author xythobuz
- */
-
- #ifndef _COMMAND_SET_H_
- #define _COMMAND_SET_H_
-
- #include "commands/Command.h"
-
- DECLARE_SIMPLE_CMD(CommandSet);
-
- #endif
|