Add file headers

This commit is contained in:
2026-02-20 09:28:23 -07:00
parent 05d35bbd86
commit f9cac02e06
40 changed files with 280 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
// Unnamed CAD Software
//
// License: GPLv3 (or later)
// Language: C++17
// Notes:
// - use a right-handed, Z-up coordinate system to match Open CASCADE
#include "LineTool.h"
#include "ViewportWidget.h"
#include "Camera.h"