Added rotation and fixed decal placement bugs.

This commit is contained in:
Justin Marshall
2026-05-22 08:58:41 -07:00
parent 686422ec83
commit aefe08a1fc
7 changed files with 434 additions and 34 deletions
+1
View File
@@ -180,6 +180,7 @@ protected:
void OriginalMouseUp(UINT nFlags, CPoint point);
//{{AFX_MSG(CCamWnd)
afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
afx_msg void OnPaint();
afx_msg void OnDestroy();
afx_msg void OnClose();