Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / libs / muimaster / classes / floattext_private.h
blob70dbb6fcd4c9ae7eac83049ed76a34114501d0a8
1 #ifndef _FLOATTEXT_PRIVATE_H_
2 #define _FLOATTEXT_PRIVATE_H_
4 struct Floattext_DATA
6 struct Hook construct_hook;
7 struct Hook destruct_hook;
8 struct Hook display_hook;
9 char *text;
12 #endif /* _FLOATTEXT_PRIVATE_H_ */