인스턴스 생성 구조 완료

This commit is contained in:
2025-04-02 01:45:40 +09:00
parent fa5f31e034
commit ca1a93945e
5 changed files with 54 additions and 1 deletions

5
include/utilities.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
namespace veng {
bool streq(gsl::czstring left, gsl::czstring right);
}