X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fselect.h;h=680334f4e5688335a49ee23d3c5448d3b82203d9;hb=927a1aa0a3a27e463ec0efc08bd08e7c4e969909;hp=3964b89414e415f17bb712b802de8239419bf1c4;hpb=a4ec5410595ddf37bfbc0e85ad87d31a9cbf94f1;p=libs%2Fgl.git diff --git a/source/select.h b/source/select.h index 3964b894..680334f4 100644 --- a/source/select.h +++ b/source/select.h @@ -22,6 +22,11 @@ struct SelectRecord }; void select_buffer(std::vector &); +void init_names(); +void push_name(uint); +void pop_name(); +void load_name(uint); + void parse_select_records(const uint *buf, uint, std::vector &); void _parse_internal_select_records(uint);