|
|
@ -108,6 +108,9 @@ typedef struct server_physics_api_s |
|
|
|
const byte *(*pfnLoadImagePixels)( const char *filename, int *width, int *height ); |
|
|
|
const byte *(*pfnLoadImagePixels)( const char *filename, int *width, int *height ); |
|
|
|
|
|
|
|
|
|
|
|
const char *(*pfnGetModelName)( int modelindex ); |
|
|
|
const char *(*pfnGetModelName)( int modelindex ); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// FWGS extension
|
|
|
|
|
|
|
|
void *(*pfnGetNativeObject)( const char *object ); |
|
|
|
} server_physics_api_t; |
|
|
|
} server_physics_api_t; |
|
|
|
|
|
|
|
|
|
|
|
// physic callbacks
|
|
|
|
// physic callbacks
|
|
|
|