All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.maeda6uiui.mechtatel.natives.IMttNativeLoader Maven / Gradle / Ivy

The newest version!
package com.github.maeda6uiui.mechtatel.natives;

import java.io.IOException;

/**
 * Interface of native library loader
 *
 * @author maeda6uiui
 */
public interface IMttNativeLoader {
    void loadLibbulletjme() throws IOException;

    void loadShaderc() throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy