X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fselect.h;h=680334f4e5688335a49ee23d3c5448d3b82203d9;hb=927a1aa0a3a27e463ec0efc08bd08e7c4e969909;hp=2ca28193d7924e63139304686777842b446d2ca0;hpb=f098a871fc6dc7b61a5aca5581fa327e4124c036;p=libs%2Fgl.git diff --git a/source/select.h b/source/select.h index 2ca28193..680334f4 100644 --- a/source/select.h +++ b/source/select.h @@ -9,6 +9,7 @@ Distributed under the LGPL #define MSP_GL_SELECT_H_ #include +#include "types.h" namespace Msp { namespace GL { @@ -21,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);