#include "../ngt.h"
Go to the source code of this file.
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(). |