00001 #ifndef X3DTK_X3DFUNCTION_H 00002 #define X3DTK_X3DFUNCTION_H 00003 00004 #include "Platform.h" 00005 00006 namespace X3DTK { 00007 00013 class X3DFunction 00014 { 00015 public: 00017 X3DFunction(); 00019 virtual ~X3DFunction() = 0; 00020 }; 00021 00022 } 00023 00024 #endif