mirror of
				https://bitbucket.org/mfeemster/fractorium.git
				synced 2025-11-03 17:50:27 -05:00 
			
		
		
		
	--Code changes
-Split VariationList into .h/cpp files. --Make VariationList.cpp the only place where the variations files are included from. This speeds up the build, but variations can no longer be directly instantiated. --Variations are no longer exported.
This commit is contained in:
		@ -121,13 +121,4 @@ public:
 | 
			
		||||
 | 
			
		||||
	m23T m_Mat;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
//This class had to be implemented in a cpp file because the compiler was breaking.
 | 
			
		||||
//So the explicit instantiation must be declared here rather than in Ember.cpp where
 | 
			
		||||
//all of the other classes are done.
 | 
			
		||||
//template EMBER_API class Affine2D<float>;
 | 
			
		||||
 | 
			
		||||
//#ifdef DO_DOUBLE
 | 
			
		||||
//	template EMBER_API class Affine2D<double>;
 | 
			
		||||
//#endif
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user