aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/obj_coll.h
blob: a16fedebb1c75b921fca4547596c75a554b8dd8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * PARSEC HEADER: obj_coll.h
 */

#ifndef _OBJ_COLL_H_
#define _OBJ_COLL_H_


// external functions

void	OBJ_CheckCollisions();


#endif // _OBJ_COLL_H_