mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Now compiles on Ubuntu 16.10
This commit is contained in:
parent
d860894ca3
commit
01b8cae52e
2 changed files with 5 additions and 1 deletions
|
@ -132,7 +132,7 @@ void _pico_printf( int level, const char *format, ... );
|
||||||
char *_pico_stristr( char *str, const char *substr );
|
char *_pico_stristr( char *str, const char *substr );
|
||||||
void _pico_unixify( char *path );
|
void _pico_unixify( char *path );
|
||||||
int _pico_nofname( const char *path, char *dest, int destSize );
|
int _pico_nofname( const char *path, char *dest, int destSize );
|
||||||
char *_pico_nopath( const char *path );
|
const char *_pico_nopath( const char *path );
|
||||||
char *_pico_setfext( char *path, const char *ext );
|
char *_pico_setfext( char *path, const char *ext );
|
||||||
int _pico_getline( char *buf, int bufsize, char *dest, int destsize );
|
int _pico_getline( char *buf, int bufsize, char *dest, int destsize );
|
||||||
char *_pico_strlwr( char *str );
|
char *_pico_strlwr( char *str );
|
||||||
|
|
|
@ -192,6 +192,10 @@
|
||||||
RelativePath=".\pm_obj.c"
|
RelativePath=".\pm_obj.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\pm_terrain.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<Filter
|
<Filter
|
||||||
Name="lwo"
|
Name="lwo"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
|
|
Loading…
Reference in a new issue