소스 검색
removed unneeded include (#5225)
pull/5231/head
Robin ❤️
4 달 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
0개의 추가작업 그리고
2개의 파일을 삭제
-
examples/shapes/shapes_collision_area.c
|
|
|
@ -15,8 +15,6 @@ |
|
|
|
|
|
|
|
#include "raylib.h" |
|
|
|
|
|
|
|
#include <stdlib.h> // Required for: abs() |
|
|
|
|
|
|
|
//------------------------------------------------------------------------------------ |
|
|
|
// Program main entry point |
|
|
|
//------------------------------------------------------------------------------------ |
|
|
|
|