summaryrefslogtreecommitdiff
path: root/modules/gdnative/tests/test_variant.h
AgeCommit message (Collapse)Author
2021-02-11Fix broken gdnative variant testHenry Conklin
2021-01-25GDNative: New core APIGeorge Marques
This API now uses the discovery functions present in Variant instead of wrapping every built-in function. Users now need to query for function pointers and use those.