Skip to content

Commit

Permalink
Merge branch 'main' into primedev-refactor/def-files
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames authored Dec 27, 2023
2 parents 8fd154f + f5ab6fb commit 8e71fb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion primedev/Northstar.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ add_library(NorthstarDLL SHARED
"util/wininfo.h"
"dllmain.cpp"
"ns_version.h"
"Northstar.def"
"Northstar.def"
)

target_link_libraries(NorthstarDLL PRIVATE
Expand Down
3 changes: 3 additions & 0 deletions primedev/dllmain.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#pragma once

extern "C" __declspec(dllexport) bool InitialiseNorthstar();

0 comments on commit 8e71fb6

Please sign in to comment.