A bit of cleanup and refinement before refactoring.

This commit is contained in:
Zed A. Shaw 2024-12-01 08:08:06 -05:00
parent e86d474c7c
commit 10c152a1c2
5 changed files with 63 additions and 37 deletions

View file

@ -92,4 +92,5 @@ public:
void render_light(LightSource source, Point at);
void dump();
bool INVARIANT();
};