mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +00:00
asdf
This commit is contained in:
parent
b2d34e0367
commit
2edb714346
2 changed files with 3 additions and 5 deletions
|
@ -186,6 +186,7 @@ const char* FindFiles::NextFile() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
// WIN32
|
||||||
|
|
||||||
FindFiles::FindFiles( const char *_directory ) {
|
FindFiles::FindFiles( const char *_directory ) {
|
||||||
char endChar;
|
char endChar;
|
||||||
|
|
|
@ -519,13 +519,10 @@ int QE_GetTemplateVersionForProject( const char * projectfile ) {
|
||||||
/*
|
/*
|
||||||
===========
|
===========
|
||||||
QE_LoadProject
|
QE_LoadProject
|
||||||
TODO TODO TODO (don't think this got fully merged in)
|
NOTE: rather than bumping "version", consider bumping "template_version" (see above)
|
||||||
TTimo: added project file "version", version 2 adds '#' chars to the BSP command strings
|
NOTE: when QE_LoadProject is called, the prefs are updated with path to the latest project and saved on disk
|
||||||
version 3 was .. I don't remember .. version 4 adds q3map2 commands
|
|
||||||
TTimo: when QE_LoadProject is called, the prefs are updated with path to the latest project and saved on disk
|
|
||||||
===========
|
===========
|
||||||
*/
|
*/
|
||||||
/*\todo decide on a sensible location/name for project files.*/
|
|
||||||
bool QE_LoadProject( const char *projectfile ){
|
bool QE_LoadProject( const char *projectfile ){
|
||||||
char buf[1024];
|
char buf[1024];
|
||||||
xmlDocPtr doc;
|
xmlDocPtr doc;
|
||||||
|
|
Loading…
Reference in a new issue