mirror of
https://github.com/zeldaret/oot
synced 2026-08-25 23:54:08 -04:00
Disable clang-format for #pragma increment_block_number
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
#include "macros.h"
|
||||
#include "sys_math3d.h"
|
||||
|
||||
// clang-format off
|
||||
#pragma increment_block_number "gc-eu:108 gc-eu-mq:108 gc-jp:108 gc-jp-ce:108 gc-jp-mq:108 gc-us:108 gc-us-mq:108"
|
||||
// clang-format on
|
||||
|
||||
s32 Math3D_LineVsLineClosestTwoPoints(Vec3f* lineAPointA, Vec3f* lineAPointB, Vec3f* lineBPointA, Vec3f* lineBPointB,
|
||||
Vec3f* lineAClosestToB, Vec3f* lineBClosestToA);
|
||||
|
||||
Reference in New Issue
Block a user