All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
GlowmapsEnableCommand.h
1 // Copyright (c) 2014 Eegeo Ltd. All rights reserved.
2 
3 #pragma once
4 
5 #include "ChunkedLcmTerrainBuilder.h"
6 #include "Command.h"
7 #include "Commands.h"
8 
9 namespace Eegeo
10 {
11  namespace Debug
12  {
13  namespace Commands
14  {
15  namespace Glowmaps
16  {
18  {
19  public:
21 
22  bool TryExecute(
23  const std::vector<std::string>& arguments,
24  const ICommandTerminalOutput& commandTerminal) const;
25  private:
26 
28  };
29  }
30  }
31  }
32 }