transfered from codeberg

This commit is contained in:
2026-03-26 14:46:39 -05:00
parent 630f28bb7e
commit 5ed2173793
136 changed files with 14932 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#ifndef private_frustum_h
#define private_frustum_h
enum {
left = 0,
right = 1,
bottom = 2,
top = 3,
near = 4,
far = 5
};
#endif