Skip to content

Commit

Permalink
- add in a common code stub
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Apr 20, 2024
1 parent 30e9cb7 commit 3fe0c2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ file( GLOB HEADER_FILES
core/textures/*.h
core/models/*.h
core/textures/formats/*.h
core/vmstubs.cpp
)


Expand Down
8 changes: 8 additions & 0 deletions source/core/vmstubs.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include "common/engine/palettecontainer.h"
#include "name.h"
#include "dobject.h"

bool ShouldAllowGameSpecificVirtual(FName name, unsigned index, PType* arg, PType* varg)
{
return false;
}

0 comments on commit 3fe0c2e

Please sign in to comment.