umbra/projs/shadow-file-format-test/test.cpp
dpeter99 080f6177d2 [WIP]
Add SDL2 and glm prop files
Add shadow file format files
Add test project for shadow file format
2022-05-26 20:04:35 +02:00

6 lines
90 B
C++

#include "pch.h"
TEST(TestCaseName, TestName) {
EXPECT_EQ(1, 1);
EXPECT_TRUE(true);
}