OSDN Git Service

Merging revisions 1-HEAD of http://192.168.11.7/svn/saccubus/branches/20091208_vhook_...
[coroid/inqubus.git] / vhook / comment / shadow.h
1 #ifndef SHADOW_H_\r
2 #define SHADOW_H_\r
3 \r
4 #define SHADOW_MAX 4\r
5 #define SHADOW_DEFAULT 1\r
6 SDL_Surface* (*ShadowFunc[SHADOW_MAX])(SDL_Surface* surf,int is_black,int is_fix_size);\r
7 \r
8 #endif /*SHADOW_H_*/\r