MGF Server  2.1
Multigaze framework server
 All Classes Functions
CGDFixation.h
1 #pragma once
2 
3 #ifndef GDFIXATION_H
4 #define GDFIXATION_H
5 
6 #include <boost\shared_ptr.hpp>
7 
8 #include "GDLib.h"
9 #include "CGDEntry.h"
10 
11 class GDLIBAPI CGDFixation : public GDEntry<gdFixation>
12 {
13 
14 };
15 
16 typedef boost::shared_ptr<CGDFixation> CGDFixationPtr;
17 
18 #endif