| 35 | GroupCommandManager::~GroupCommandManager() {} |
| 36 | |
| 37 | bool GroupCommandManager::init() |
| 38 | { |
| 39 | // 0 is the default render group |
| 40 | _groupMapping[0] = true; |
| 41 | return true; |
| 42 | } |
| 43 | |
| 44 | int GroupCommandManager::getGroupID() |
| 45 | { |
nothing calls this directly
no test coverage detected