Skip to content

Commit

Permalink
fix: add header file include in luaopt.c
Browse files Browse the repository at this point in the history
  • Loading branch information
pure01fx committed Oct 3, 2022
1 parent 8631b2a commit dc5a42e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/luaopt.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "raylib.h"
#include "luaopt.h"

void pGetWindowPosition(Vector2* v) {
*v = GetWindowPosition();
Expand Down

0 comments on commit dc5a42e

Please sign in to comment.