enums cause "parent not found"
Status: Inactive
Brought to you by:
tack
interface Ex {
enum SnakeEvent {
still,
newContact,
lostContact,
positionReached
};
/**
* Pops world state from stack
*/
void popState();
};
After
>>> import Ex
we get
** ERROR **: Can't find parent!
aborting...
zsh: abort python