MatrixStackTests.hpp 134 B

12345678
  1. #ifndef CORE_MATRIX_STACK_TESTS_HPP
  2. #define CORE_MATRIX_STACK_TESTS_HPP
  3. namespace Core::MatrixStackTests {
  4. void test();
  5. }
  6. #endif