Page principale | Structures de données | Liste des fichiers | Champs de donnée | Portée globale

c3paint.h

Aller à la documentation de ce fichier.
00001 /*#################################################################################### 00002 # This Code is part of the libg100 library : http://libg100.sf.net # 00003 # # 00004 # THIS LIBRARY IS DISTRIBUTED "AS IS". # 00005 # NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. # 00006 # YOU USE AT YOUR OWN RISK. # 00007 # THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS, DAMAGES, # 00008 # LOSS OF PROFITS OR ANY OTHER KIND OF LOSS # 00009 # WHILE USING OR MISUSING THIS LIBRARY. # 00010 # # 00011 # This library is Distributed in LGPL License, read lgpl.txt or go to : # 00012 # http://opensource.org/licenses/lgpl-license.php # #/ 00013 ####################################################################################*/ 00014 00022 #ifndef __C3PAINT_H__ 00023 #define __C3PAINT_H__ 00024 00025 #include "defines.h" 00026 00035 void Sprite8(int x,int y,void* spr,int segm); 00036 00045 void Sprite8or(int x,int y,void* spr,int segm); 00046 00055 void Sprite8xor(int x,int y,void* spr,int segm); 00056 00065 void Sprite8_noclip(int x,int y,void* spr,int segm); 00066 00075 void Sprite8or_noclip(int x,int y,void* spr,int segm); 00076 00085 void Sprite8xor_noclip(int x,int y,void* spr,int segm); 00086 00087 00088 #endif /* __C3PAINT_H__ */
Copyright 2004 The Libg100 Team
Sourceforge Project - LGPL Licensing