]> git.tdb.fi Git - libs/gl.git/blobdiff - source/select.h
Require mspgbase now that Image was moved there
[libs/gl.git] / source / select.h
index 2ca28193d7924e63139304686777842b446d2ca0..680334f4e5688335a49ee23d3c5448d3b82203d9 100644 (file)
@@ -9,6 +9,7 @@ Distributed under the LGPL
 #define MSP_GL_SELECT_H_
 
 #include <vector>
+#include "types.h"
 
 namespace Msp {
 namespace GL {
@@ -21,6 +22,11 @@ struct SelectRecord
 };
 
 void select_buffer(std::vector<SelectRecord> &);
+void init_names();
+void push_name(uint);
+void pop_name();
+void load_name(uint);
+
 void parse_select_records(const uint *buf, uint, std::vector<SelectRecord> &);
 
 void _parse_internal_select_records(uint);