Skip to content

Commit

Permalink
add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
ab9rf committed Jan 11, 2025
1 parent 9e2b58a commit b908567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GUI.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include "common.h"
#include <filesystem>

void ScreenToPoint(int x,int y,int &x1, int &y1, int &z1);
void pointToScreen(int *inx, int *iny, int inz);
Expand Down

0 comments on commit b908567

Please sign in to comment.