libcubescript/include/cubescript/cubescript
Daniel Kolesa da7548664c remove b and F arg types + renames + set default args to none
setting default args to none rather than whatever default
value allows for easily checking whether the arg was set,
without losing anything (since e.g. calling get_integer on
a none value still returns a 0)

'b' and 'F' were kinda ugly and handled special niches, which
are no longer a thing now that we're defaulting to none
2021-04-29 01:40:55 +02:00
..
callable.hh add initial doxygen documentation infra 2021-04-15 02:42:06 +02:00
error.hh document error, ident 2021-04-20 02:52:27 +02:00
ident.hh alias_local belongs in ident.hh, not util.hh 2021-04-25 00:48:04 +02:00
platform.hh add initial doxygen documentation infra 2021-04-15 02:42:06 +02:00
state.hh remove b and F arg types + renames + set default args to none 2021-04-29 01:40:55 +02:00
util.hh alias_local belongs in ident.hh, not util.hh 2021-04-25 00:48:04 +02:00
value.hh get rid of some more pointers in API 2021-04-24 23:50:06 +02:00