Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

HexProp.hpp

Go to the documentation of this file.
00001 //----------------------------------------------------------------------------
00002 /** @file
00003  */
00004 //----------------------------------------------------------------------------
00005 
00006 #ifndef HEXPROP_HPP
00007 #define HEXPROP_HPP
00008 
00009 #include "SgSystem.h"
00010 #include "SgBlackWhite.h"
00011 #include "SgPoint.h"
00012 #include "SgProp.h"
00013 #include "SgNode.h"
00014 
00015 #include "Benzene.hpp"
00016 
00017 _BEGIN_BENZENE_NAMESPACE_
00018 
00019 //----------------------------------------------------------------------------
00020 
00021 /** Properties for sgfs. */
00022 namespace HexProp
00023 {
00024     void Init();
00025 
00026     SgProp* AddMoveProp(SgNode* node, SgMove move, SgBlackWhite player);
00027 }
00028   
00029 //----------------------------------------------------------------------------
00030 
00031 _END_BENZENE_NAMESPACE_
00032 
00033 #endif // HEXPROP_HPP
00034 
00035 


6 Jan 2011 Doxygen 1.6.3