Skip to content

RealMelwei/mio-modding-api

 
 

Repository files navigation

Modding API

A modding API for MIO: Memories in Orbit.

Documentation available here.

Cloning

git clone --recurse-submodules git@github.com:MIO-Modding/mio-modding-api.git

This command will clone the repository and any submodules (such as the theming for the documentation). If you've already pulled the repo and want to pull the submodules, run this command:

git submodule update --init

Generating Documentation

# With doxygen installed:
doxygen ./docs/Doxyfile

This command will generate documentation from the Javadoc comments in the header file. To view the docs after running it, open ./docs/output/html/index.html.

About

Mod loader for MIO: Memories in Orbit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 99.9%
  • Batchfile 0.1%