Go to the source code of this file.
Classes | |
struct | NGT_SpriteFrame |
class | NGT_SpriteBase |
NGT SpriteBase class. More... | |
class | NGT_Sprite |
NGT Sprite class. More... | |
Functions | |
short int | Sprite_Collide (NGT_Sprite &object1, NGT_Sprite &object2) |
NGT Sprite_Collide function. |
|
NGT Sprite_Collide function. This function detects the collision of two sprites. Definition at line 134 of file video_sprites.cpp. References NGT_Sprite::geth(), NGT_Sprite::getw(), NGT_Sprite::getx(), and NGT_Sprite::gety(). |