| 66 | |
| 67 | |
| 68 | Anon_obj::Anon_obj(int inElements) |
| 69 | { |
| 70 | mFixedFields = inElements; |
| 71 | //mFields = hx::FieldMapCreate(); |
| 72 | } |
| 73 | |
| 74 | void Anon_obj::__Mark(hx::MarkContext *__inCtx) |
| 75 | { |
nothing calls this directly
no outgoing calls
no test coverage detected