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