| 318 | } |
| 319 | } |
| 320 | NULLCFuncPtr<> __nullcMakeFunction(unsigned int id, void* context) |
| 321 | { |
| 322 | NULLCFuncPtr<> ret; |
| 323 | ret.id = id; |
| 324 | ret.context = context; |
| 325 | return ret; |
| 326 | } |
| 327 | |
| 328 | NULLCRef __nullcMakeAutoRef(void* ptr, unsigned int typeID) |
| 329 | { |