| 47 | int _color; |
| 48 | bool _pushed; |
| 49 | GraphButInfo(const LocalizedText& name, Uint8 color): _name(name), _color(color), _pushed(false) {} |
| 50 | }; |
| 51 | /** |
| 52 | * Initializes all the elements in the Graphs screen. |
nothing calls this directly
no outgoing calls
no test coverage detected