| 85 | void SetLightDirect(int x, int y, int color, bool force = false) override; |
| 86 | void ResetLights() override; |
| 87 | int NumCols() override { return GetCols(); } |
| 88 | int NumRows() override { return GetRows(); } |
| 89 | bool HasInput() const override; |
| 90 | bool IsConnected() const override { return true; } |
no outgoing calls