Skip to content

Commit

Permalink
- moved several VM exports for game independent objects to 'common'.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jun 14, 2020
1 parent 3b7e236 commit 82e4104
Show file tree
Hide file tree
Showing 4 changed files with 622 additions and 572 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -1163,7 +1163,7 @@ set (PCH_SOURCES
common/scripting/vm/vmexec.cpp
common/scripting/vm/vmframe.cpp
common/scripting/interface/stringformat.cpp
#common/scripting/interface/exports.cpp
common/scripting/interface/vmnatives.cpp
common/scripting/frontend/ast.cpp
common/scripting/frontend/zcc_compile.cpp
common/scripting/frontend/zcc_parser.cpp
Expand Down

0 comments on commit 82e4104

Please sign in to comment.