Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
APO_sem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pelech, Ondřej
APO_sem
Commits
7e3436fa
Commit
7e3436fa
authored
1 year ago
by
Pelech, Ondřej
Browse files
Options
Downloads
Patches
Plain Diff
added comments
parent
c79c4274
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/collision_rect.h
+8
-0
8 additions, 0 deletions
main/collision_rect.h
with
8 additions
and
0 deletions
main/collision_rect.h
+
8
−
0
View file @
7e3436fa
/*******************************************************************
Header for collision_rect.c
File representing collision rectangle
authors: Pelech Ondrej, Pham Thi Thien Trang
date: May 2023
*******************************************************************/
#ifndef __COLLISION_RECT_H__
#define __COLLISION_RECT_H__
...
...
@@ -11,6 +18,7 @@ typedef struct collision_rect{
int16_t
height
;
}
collision_rect_t
;
// checks for object collisions
bool
check_collision_rect
(
collision_rect_t
*
rect1
,
collision_rect_t
*
rect2
);
#endif
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment