feat: Improved project structure, added Ryujin includer header, export definitions, and more.
- The Ryujin console can now include the Ryujin core through a dedicated header file. - Exporting is now standardized using a definition file. - The project's compiled output is now placed in a folder named compiled, organized by the desired configuration (Release or Debug). - Some code organization improvements have been made.
This commit is contained in:
3
RyujinCore/Ryujin.def
Normal file
3
RyujinCore/Ryujin.def
Normal file
@@ -0,0 +1,3 @@
|
||||
LIBRARY RyujinObfuscator
|
||||
EXPORTS
|
||||
RunRyujinCore = ?RunRyujinCore@@YAHAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00AEAVRyujinObfuscatorConfig@@@Z
|
||||
Reference in New Issue
Block a user