mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
* TGU yea yeah * hopefully kills all lattices in walls * another go * more lattices * pubby fix * maybe the last lattices fix * makes checks run again * saves selene station ! 😃 * little bfenem :) * new tgu + fulp fixes * map fixes * i rember 😄 * fix selene map merge conflicts
7 lines
297 B
Plaintext
7 lines
297 B
Plaintext
/// Only returns paintings with 23x23 or 24x24 sizes fitting AI display icon.
|
|
#define PAINTINGS_FILTER_AI_PORTRAIT (1<<0)
|
|
/// Search mode for the title of the painting
|
|
#define PAINTINGS_FILTER_SEARCH_TITLE (1<<1)
|
|
/// Ditto but for the creator's name
|
|
#define PAINTINGS_FILTER_SEARCH_CREATOR (1<<2)
|