00001 #ifndef VVELIB_STORAGE_QGLVIEWER_H 00002 #define VVELIB_STORAGE_QGLVIEWER_H 00003 00004 #include <config.h> 00005 00006 namespace storage 00007 { 00008 class VVEStorage; 00009 }; 00010 00011 namespace qglviewer 00012 { 00013 class Vec; 00014 class Quaternion; 00015 00016 bool serialization(storage::VVEStorage& store, Vec& v); 00017 bool serialization(storage::VVEStorage& store, Quaternion& q); 00018 } 00019 00020 #endif // VVELIB_STORAGE_QGLVIEWER_H