Fix oedit menu options

This commit is contained in:
kinther 2025-08-24 16:06:50 -07:00
parent b928572156
commit 33b52ffe00
6 changed files with 360 additions and 469 deletions

View file

@ -494,6 +494,9 @@ const char *container_bits[] = {
"\n",
};
/* Number of container flags (excluding the sentinel "\n") */
const int NUM_CONTAINER_FLAGS = (sizeof(container_bits) / sizeof(container_bits[0]) - 1);
/** Describes the liquid description.
* @pre Must be in the same order as the defines.
* Must end array with a single newline. */