Needed for a small but important fix with heightmap maps.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1484 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-10-16 03:56:32 +00:00
parent 1dd25a4c54
commit 7335308b81
1 changed files with 2 additions and 0 deletions

View File

@ -301,6 +301,8 @@ void SWMod_Think (void);
void SWMod_NowLoadExternal(void);
#endif
extern struct model_s *currentmodel;
qboolean Media_ShowFilm(void);
void Media_CaptureDemoEnd(void);
void Media_RecordAudioFrame (short *sample_buffer, int samples);