NOSTATICFN for src/*

This commit is contained in:
nhkeni
2024-03-14 17:41:51 -04:00
parent d523041b60
commit 9c0ed8ae63
111 changed files with 3871 additions and 3879 deletions

View File

@@ -6,7 +6,7 @@
int get_rect_ind(NhRect *);
static boolean intersect(NhRect *, NhRect *, NhRect *);
staticfn boolean intersect(NhRect *, NhRect *, NhRect *);
/*
* In this file, we will handle the various rectangle functions we
@@ -111,7 +111,7 @@ rnd_rect(void)
* otherwise returns FALSE
*/
static boolean
staticfn boolean
intersect(NhRect *r1, NhRect *r2, NhRect *r3)
{
if (r2->lx > r1->hx || r2->ly > r1->hy || r2->hx < r1->lx