goat3d

diff exporters/maxgoat/src/maxgoat.cc @ 60:0c3576325480

moving the exporter along slowly
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 30 Mar 2014 08:53:33 +0300
parents d317eb4f83da
children fdece14403ff
line diff
     1.1 --- a/exporters/maxgoat/src/maxgoat.cc	Tue Mar 25 04:37:41 2014 +0200
     1.2 +++ b/exporters/maxgoat/src/maxgoat.cc	Sun Mar 30 08:53:33 2014 +0300
     1.3 @@ -13,6 +13,7 @@
     1.4  #include "IGameExport.h"
     1.5  #include "IConversionmanager.h"
     1.6  #include "goat3d.h"
     1.7 +#include "minwin.h"
     1.8  #include "config.h"
     1.9  
    1.10  
    1.11 @@ -118,6 +119,8 @@
    1.12  int GoatExporter::DoExport(const MCHAR *name, ExpInterface *eiface, Interface *iface,
    1.13  		BOOL non_interactive, DWORD opt)
    1.14  {
    1.15 +	mw_test();
    1.16 +
    1.17  	mtlmap.clear();
    1.18  	nodemap.clear();
    1.19