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

org.bytedeco.bullet.Bullet3Common.b3ErrorMessageFunc Maven / Gradle / Ivy

There is a newer version: 3.25-1.5.11
Show newest version
// Targeted by JavaCPP version 1.5.8: DO NOT EDIT THIS FILE

package org.bytedeco.bullet.Bullet3Common;

import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;

import static org.bytedeco.javacpp.presets.javacpp.*;

import static org.bytedeco.bullet.global.Bullet3Common.*;

	@Properties(inherit = org.bytedeco.bullet.presets.Bullet3Common.class)
public class b3ErrorMessageFunc extends FunctionPointer {
	    static { Loader.load(); }
	    /** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
	    public    b3ErrorMessageFunc(Pointer p) { super(p); }
	    protected b3ErrorMessageFunc() { allocate(); }
	    private native void allocate();
	    public native void call(@Cast("const char*") BytePointer msg);
	}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy