windows 上编译通过

This commit is contained in:
xsl
2025-10-16 16:01:55 +08:00
parent 96ac7b4b0d
commit fc5d6e5cd8
152 changed files with 117134 additions and 35 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
#include "HelloTriangleApplication.h"
#include "Application.h"
int main() {
HelloTriangleApplication app;
Application app;
try {
app.run();