Home
last modified time | relevance | path

Searched defs:check_collide (Results 1 – 6 of 6) sorted by relevance

/dports/games/abuse_sdl/abuse-0.8/data/addon/pong/
H A Dpong.lsp155 (defun check_collide (status) ;; returns T if we hit something function
/dports/games/abuse_sdl/abuse-0.8/data/addon/bong/
H A Dbong.lsp165 (defun check_collide (status) ;; returns T if we hit something function
/dports/games/flare-engine/flare-engine-1.12/src/
H A DHazard.cpp170 bool check_collide = false; in logic() local
/dports/security/unicornscan/unicornscan-0.4.2/src/report_modules/p0f/
H A Dp0f.c70 check_collide, variable
/dports/games/openglad/openglad-0.98/src/
H A Dscen.cpp1568 long check_collide(long x, long y, long xsize, long ysize, in check_collide() function
/dports/games/quadra/quadra-1.3.0/source/
H A Dcanvas.cpp878 bool Canvas::check_collide(Bloc *blo, Byte px, Byte py, Byte rot) { in check_collide() function in Canvas