mirror of
https://github.com/araxiaonline/mod-individual-xp.git
synced 2026-06-13 02:32:23 -04:00
refactor: updated module registration to core rev 4++
This commit is contained in:
4
.github/workflows/core-build.yml
vendored
4
.github/workflows/core-build.yml
vendored
@@ -8,8 +8,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
compiler: [clang6, clang9, clang10]
|
||||
runs-on: ubuntu-20.04
|
||||
compiler: [clang]
|
||||
runs-on: ubuntu-latest
|
||||
name: ${{ matrix.compiler }}
|
||||
env:
|
||||
COMPILER: ${{ matrix.compiler }}
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
AC_ADD_SCRIPT("${CMAKE_CURRENT_LIST_DIR}/src/Individual_XP.cpp")
|
||||
AC_ADD_SCRIPT_LOADER("Individual_XP" "${CMAKE_CURRENT_LIST_DIR}/src/loader.h")
|
||||
|
||||
AC_ADD_CONFIG_FILE("${CMAKE_CURRENT_LIST_DIR}/conf/Individual-XP.conf.dist")
|
||||
|
||||
|
||||
5
src/IXP_loader.cpp
Normal file
5
src/IXP_loader.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
void AddIndividual_XPScripts();
|
||||
|
||||
void Addmod_individual_xpScripts() {
|
||||
AddIndividual_XPScripts();
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
void AddIndividual_XPScripts();
|
||||
Reference in New Issue
Block a user