FS2_Open
Open source remastering of the Freespace 2 engine
ds3d.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) Volition, Inc. 1999. All rights reserved.
3  *
4  * All source code herein is the property of Volition, Inc. You may not sell
5  * or otherwise commercially exploit the source or things you created based on the
6  * source.
7  *
8 */
9 
10 
11 
12 #ifndef __DS3D_H__
13 #define __DS3D_H__
14 
16 int ds3d_update_buffer(int channel, float min, float max, vec3d *pos, vec3d *vel);
17 
18 #endif /* __DS3D_H__ */
Definition: pstypes.h:88
hull_check orient
Definition: lua.cpp:5049
int ds3d_update_listener(vec3d *pos, vec3d *vel, matrix *orient)
Definition: ds3d.cpp:88
int ds3d_update_buffer(int channel, float min, float max, vec3d *pos, vec3d *vel)
Definition: ds3d.cpp:35
hull_check pos
Definition: lua.cpp:5050