removing pointless forward declaration

This commit is contained in:
Noel Berry 2021-05-25 21:30:58 -07:00
parent 9eca790f9b
commit 6f0ac3e8c2

View File

@ -66,8 +66,6 @@ namespace Blah
Color color; Color color;
}; };
struct Layer;
struct Cel struct Cel
{ {
int layer_index = 0; int layer_index = 0;