Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/openal-0.0.8/src/al_distance.h @ 17

Last change on this file since 17 was 17, checked in by landauf, 16 years ago

added openal

File size: 287 bytes
Line 
1/* -*- mode: C; tab-width:8; c-basic-offset:8 -*-
2 * vi:set ts=8:
3 *
4 * al_distance.h
5 *
6 * Prototypes related to the distance model.
7 *
8 */
9#ifndef AL_DISTANCE_H_
10#define AL_DISTANCE_H_
11
12#include "al_types.h"
13
14void _alUpdateDistanceModel( AL_context *cc );
15
16#endif /* AL_DISTANCE_H_ */
Note: See TracBrowser for help on using the repository browser.