cs sdk v 1.14 released

Home  |  Product  |  Documents  |  Tutorials  |  FAQ |   Download  |   Forum |   Contacts  |   Link  


  Cross Suit

 Cross Suit SDK

 Documents
      classes
 Starting...
           Tutorials

 LUA tutorials

   Support

  Forum
  q&a

 Product parts

 Virtual File system

 Virtual Render
 Virtual Machine
   

  Demo Games

   

 3D Engine

  gvSystem(dx9)

 Link

 

 

gm_loading.h

Go to the documentation of this file.
00001 // gm_loading.h: interface for the gm_loading class.
00002 //
00004 /*
00005 #if !defined(AFX_GM_LOADING_H__D404A0C3_8B23_438B_B67B_4EB3B373BB56__INCLUDED_)
00006 #define AFX_GM_LOADING_H__D404A0C3_8B23_438B_B67B_4EB3B373BB56__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 */
00012 class gm_loading  
00013 {
00014 
00015 public:
00016         void AddLoading(void* ptr);
00017         gm_loading();
00018         virtual ~gm_loading();
00019 
00020 private:
00021         void* ptrLoadFunction;
00022         geArray <void*> ptrList;
00023                 
00024 };
00025 
00026 //#endif // !defined(AFX_GM_LOADING_H__D404A0C3_8B23_438B_B67B_4EB3B373BB56__INCLUDED_)

Copyright(C) gvSystem & GamePlus All Rights Reserved.