#define PUBLIC_DATA( public, struct, open, close ) \ PRELOAD( Data_##open##_##close ) { \ RegisterDataType( WIDE("system/data/structs") \ , public, sizeof(struct) \ , (OpenCloseNotification)open, (OpenCloseNotification)close ); }
This is macro sack::app::registry::PUBLIC_DATA.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|