BsEditorCommand.cpp 146 B

123456789
  1. #include "BsEditorCommand.h"
  2. namespace BansheeEngine
  3. {
  4. void EditorCommand::destroy(EditorCommand* command)
  5. {
  6. bs_delete(command);
  7. }
  8. }