blob: 7b8946b6a86cd63c5cb0d0188a2c4e99e14d7a92 [file] [log] [blame]
#pragma once
/**
* FooIndecision:
* @FOO_MAYBE: Something maybe
* @FOO_POSSIBLY: Something possible
*
* The indecision type.
**/
typedef enum {
FOO_MAYBE,
FOO_POSSIBLY,
} FooIndecision;