| 793 | } |
| 794 | |
| 795 | void DrawingProgram::get_used_resources(std::unordered_set<NetworkingObjects::NetObjID>& resourceSet) { |
| 796 | layerMan.get_used_resources(resourceSet); |
| 797 | } |
| 798 | |
| 799 | Vector4f* DrawingProgram::color_picker_color(Vector4f* oldColor) { |
| 800 | if(oldColor == &world.main.toolConfig.globalConf.foregroundColor) |
no outgoing calls
no test coverage detected