branch | bug235_bringup_0 |
changeset 77 | b0395290e61f |
parent 76 | 24381b61de5c |
76:24381b61de5c | 77:b0395290e61f |
---|---|
217 } HGL; |
217 } HGL; |
218 |
218 |
219 #ifndef HGL_NO_VARIABLES |
219 #ifndef HGL_NO_VARIABLES |
220 extern HGL hgl; |
220 extern HGL hgl; |
221 |
221 |
222 #ifdef __cplusplus |
|
223 extern "C" |
|
224 { |
|
225 #endif /* __cplusplus */ |
|
226 |
|
222 extern int hglLoad(HGL* hgl); |
227 extern int hglLoad(HGL* hgl); |
228 |
|
229 #ifdef __cplusplus |
|
230 } |
|
231 #endif /* __cplusplus */ |
|
232 |
|
223 #endif // HGL_NO_VARIABLES |
233 #endif // HGL_NO_VARIABLES |
224 |
234 |
225 #endif // HGL_H_ |
235 #endif // HGL_H_ |