Skip to content

Commit c2b4831

Browse files
author
John Doe
committed
added cfpve.cpp
1 parent b5ebf02 commit c2b4831

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/server/scripts/Custom/custom_script_loader.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@
1717

1818
// This is where scripts' loading functions should be declared:
1919

20+
void AddSC_cfpve();
21+
2022
// The name of this function should match:
2123
// void Add${NameOfDirectory}Scripts()
2224
void AddCustomScripts()
2325
{
26+
AddSC_cfpve();
2427
}

0 commit comments

Comments
 (0)