Show
Ignore:
Timestamp:
02/18/08 14:54:58 (10 months ago)
Author:
timo
Message:

apply patch from Martin Gerhardy - more quake2 related modules compiled and misc fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • GtkRadiant/branches/ZeroRadiant/contrib/camera/misc.h

    r183 r195  
    2727void Sys_ERROR( char* text, ... ); 
    2828char* UnixToDosPath( char* path ); 
    29 void ExtractFilePath( const char *path, char *dest ); 
     29void CAMERA_ExtractFilePath( const char *path, char *dest ); 
    3030const char* ExtractFilename( const char* path ); 
    3131bool FileExists (const char *filename);