2011-06-16 00:04:31 -05:00
|
|
|
#pragma once
|
|
|
|
|
2012-02-01 20:52:08 -06:00
|
|
|
// Upcalls used from C code on occasion:
|
2011-06-16 00:04:31 -05:00
|
|
|
|
2012-02-01 20:52:08 -06:00
|
|
|
extern "C" CDECL void upcall_shared_free(void* ptr);
|
|
|
|
extern "C" CDECL void upcall_free_shared_type_desc(type_desc *td);
|
2011-06-16 00:04:31 -05:00
|
|
|
|