Class RaylibConfig
java.lang.Object
com.raylib.RaylibConfig
- All Implemented Interfaces:
org.bytedeco.javacpp.tools.InfoMapper
- Direct Known Subclasses:
Raylib
@Properties(value={@Platform(value="windows-x86_64",link={"winmm","OpenGL32","user32","shell32","gdi32","raylib"},include={"raylib.h","rlgl.h","raymath.h","physac.h","raygui.h"},compiler={"!default","foo"}),@Platform(value="windows-x86",link={"winmm","OpenGL32","user32","shell32","gdi32","raylib"},include={"raylib.h","rlgl.h","raymath.h","physac.h","raygui.h"},compiler={"!default","foo"}),@Platform(value="macosx-x86_64",link="raylib",include={"raylib.h","rlgl.h","raymath.h","physac.h","raygui.h"},compiler={"!default","foo"}),@Platform(value="macosx-arm64",link="raylib",include={"raylib.h","rlgl.h","raymath.h","physac.h","raygui.h"},compiler={"!default","foo"}),@Platform(value="linux-x86_64",linkpath="/usr/lib/x86_64-linux-gnu",link={"X11","raylib"},include={"raylib.h","rlgl.h","raymath.h","physac.h","raygui.h"},compiler={"!default","foo"}),@Platform(value="linux-arm64",linkpath="/usr/lib/aarch64-linux-gnu/",link={"X11","raylib"},include={"raylib.h","rlgl.h","raymath.h","physac.h","raygui.h"},compiler={"!default","foo"}),@Platform(value="linux-arm",linkpath="/usr/lib/arm-linux-gnueabihf/",link={"X11","raylib"},include={"raylib.h","rlgl.h","raymath.h","physac.h","raygui.h"},compiler={"!default","foo"})},target="com.raylib.Raylib")
public class RaylibConfig
extends Object
implements org.bytedeco.javacpp.tools.InfoMapper
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RaylibConfig
public RaylibConfig()
-
-
Method Details
-
map
public void map(org.bytedeco.javacpp.tools.InfoMap infoMap) - Specified by:
map
in interfaceorg.bytedeco.javacpp.tools.InfoMapper
-