hostilefork / pixelcad

Low latency bitmap drawing program with realtime FX
0 stars 0 forks source link

Make Operation files header-only, delete .cpp files #3

Closed hostilefork closed 10 years ago

hostilefork commented 10 years ago

In the general "simplify everything unless otherwise necessary" push, having the entire class definitions for operations in the header makes the code easier to survey and less intimidating. If a .cpp file winds up being needed for a specific Operation type, it can be brought back at that time.

hostilefork commented 10 years ago

Done prior to source release.