00001 /* 00002 * Copyright (c) 1998, University of Amsterdam, The Netherlands. 00003 * All rights reserved. 00004 * 00005 * 00006 * Author(s): 00007 * Dennis Koelma (koelma@wins.uva.nl) 00008 * Edo Poll (poll@wins.uva.nl) 00009 */ 00010 00011 #ifndef HxVec2Float_h 00012 #define HxVec2Float_h 00013 00014 #include "HxVec2Tem.h" 00015 00016 typedef HxVec2Tem<float> HxVec2Float; 00017 00018 static HxVec2Float dummyVec2Float; // Dummy statement, see HxVec3Byte.h 00019 00020 #endif