| 899 | } |
| 900 | |
| 901 | CommandInterfacePtr CommandInterface::Create(GameController *newGameController, GameModel *newGameModel) |
| 902 | { |
| 903 | return CommandInterfacePtr(new LuaScriptInterface(newGameController, newGameModel)); |
| 904 | } |
| 905 | |
| 906 | void CommandInterfaceDeleter::operator ()(CommandInterface *ptr) const |
| 907 | { |
nothing calls this directly
no outgoing calls
no test coverage detected