cs sdk v 1.14 released
Home | Product | Documents | Tutorials | FAQ | Download | Forum | Contacts | Link
Cross Suit
Cross Suit SDK
LUA tutorials
Support
Product parts
Virtual File system
Demo Games
3D Engine
gvSystem(dx9)
Link
00001 // gm_reel_table.h: interface for the gm_reel_table class. 00002 // 00004 00005 // #if _MSC_VER > 1000 00006 // #pragma once 00007 // #endif // _MSC_VER > 1000 00008 #pragma once 00009 00011 class gm_reel_table 00012 { 00013 public: 00014 void shut(); 00015 void init(); 00016 gm_reel_table(); 00017 virtual ~gm_reel_table(); 00018 00019 }; 00020 00021 // #endif // !defined(AFX_MY_REEL_TABLE_H__96C2626B_7A3A_4818_A619_9A771B57A9D1__INCLUDED_)
Copyright(C) gvSystem & GamePlus All Rights Reserved.