| 608 | } |
| 609 | |
| 610 | void PushDDF(lua_State* L, const dmDDF::Descriptor* d, const char* data) |
| 611 | { |
| 612 | // TODO: Can/should we use the decoders here too? |
| 613 | PushDDF(L, d, data, false); |
| 614 | } |
| 615 | |
| 616 | void PushDDF(lua_State* L, const dmDDF::Descriptor* d, const char* data, bool pointers_are_offsets) |
| 617 | { |