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

 

 

loadbmp.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 
00004 
00005 extern void loadbmp(unsigned short* dest, const char* filename);
00006 extern void loadbmp2(unsigned short* dest, const char* filename, unsigned short* rwidth, unsigned short* rheight);
00007 // Ãß°¡
00008 extern void loadbmp_wh(const char* filename, unsigned short* rwidth, unsigned short* rheight);
00009 extern void loadbmp_wh_frommemory(unsigned char* mem,unsigned short* rwidth, unsigned short* rheight);
00010 extern void loadbmp2_frommemory(unsigned char* mem, unsigned short* dest,unsigned short* rwidth, unsigned short* rheight);
00011 
00012 //}
00013 

Copyright(C) gvSystem & GamePlus All Rights Reserved.