Rangi42 / tilemap-studio

A tilemap editor for Game Boy, Color, Advance, DS, and SNES projects. Written in C++ with FLTK.
https://hax.iimarckus.org/topic/7691/
Other
381 stars 30 forks source link

Use `std::{any/none/all}_of` in `Tilemap::can_format_as` #50

Closed Rangi42 closed 3 years ago

Rangi42 commented 3 years ago

Since all the Tile_Tessera need to pass/fail the condition. (Probably other use cases too.)