mirror of
https://github.com/zeldaret/ss
synced 2026-06-05 11:18:01 -04:00
9 lines
91 B
C++
9 lines
91 B
C++
#ifndef M_FRUSTUM_H
|
|
#define M_FRUSTUM_H
|
|
|
|
#include <common.h>
|
|
|
|
class mFrustum_c {};
|
|
|
|
#endif
|