Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1 | Rev 18 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #include "oppoproc.h" |
1 | #include "oppoproc.h" |
- | 2 | #include "brender.h" |
|
2 | #include "errors.h" |
3 | #include "errors.h" |
3 | #include "globvars.h" |
4 | #include "globvars.h" |
4 | #include "harness/trace.h" |
5 | #include "harness/trace.h" |
5 | #include "opponent.h" |
6 | #include "opponent.h" |
6 | #include "pd/sys.h" |
7 | #include "pd/sys.h" |
7 | #include <brender/brender.h> |
- | |
8 | #include <math.h> |
8 | #include <math.h> |
9 | #include <stdlib.h> |
9 | #include <stdlib.h> |
10 | 10 | ||
11 | // IDA: int __usercall StraightestArcForCorner2D@<EAX>(br_vector2 *pCent@<EAX>, br_scalar *pRadius@<EDX>, br_scalar *pEntry_length@<EBX>, int *pLeft_not_right@<ECX>, br_vector2 *p1, br_vector2 *p2, br_vector2 *p3, br_scalar pWidth12, br_scalar pWidth23) |
11 | // IDA: int __usercall StraightestArcForCorner2D@<EAX>(br_vector2 *pCent@<EAX>, br_scalar *pRadius@<EDX>, br_scalar *pEntry_length@<EBX>, int *pLeft_not_right@<ECX>, br_vector2 *p1, br_vector2 *p2, br_vector2 *p3, br_scalar pWidth12, br_scalar pWidth23) |
12 | int StraightestArcForCorner2D(br_vector2* pCent, br_scalar* pRadius, br_scalar* pEntry_length, int* pLeft_not_right, br_vector2* p1, br_vector2* p2, br_vector2* p3, br_scalar pWidth12, br_scalar pWidth23) { |
12 | int StraightestArcForCorner2D(br_vector2* pCent, br_scalar* pRadius, br_scalar* pEntry_length, int* pLeft_not_right, br_vector2* p1, br_vector2* p2, br_vector2* p3, br_scalar pWidth12, br_scalar pWidth23) { |