FrustumTests.h 98 B

12345678
  1. #ifndef FRUSTUMTESTS_H
  2. #define FRUSTUMTESTS_H
  3. namespace FrustumTests {
  4. void test();
  5. }
  6. #endif