Skip to content

zheka2304/innercore-native-headers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Inner Core headers for native mods

This headers will be helpful for native mod development, using Inner Core

Usage

To add this to Inner Core toolchain as system headers, choose innercore version, you are developing to create directory toolchain/stdincludes/ic_headers and copy headers into it. In this case include them like this #include <innercore/global_context.h>.

THIS HEADERS REQUIRE ADDING https://github.com/zheka2304/gnustl-shared-headers TO YOUR stdincludes! (<stl/string> and <stl/vector> are reqired), see its README.md for installation instructions.

You can also add this headers anywhere in your project and include as common headers, it might be required in case you have libraries for different versions in your project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages