OSDN Git Service

Surface作成メソッド実装
[scala-sdl/scalasdl-1.0.git.git] / src / sdl_SDL.h
index 8e28bd4..871d8c5 100644 (file)
@@ -217,6 +217,22 @@ JNIEXPORT jint JNICALL Java_sdl_SDL_mapRGB
 
 /*
  * Class:     sdl_SDL
+ * Method:    createRGBSurface
+ * Signature: (IIIIIIII)Lsdl/SDL_Surface;
+ */
+JNIEXPORT jobject JNICALL Java_sdl_SDL_createRGBSurface
+  (JNIEnv *, jobject, jint, jint, jint, jint, jint, jint, jint, jint);
+
+/*
+ * Class:     sdl_SDL
+ * Method:    createRGBSurfaceFrom
+ * Signature: (Ljava/nio/ByteBuffer;IIIIIIII)Lsdl/SDL_Surface;
+ */
+JNIEXPORT jobject JNICALL Java_sdl_SDL_createRGBSurfaceFrom
+  (JNIEnv *, jobject, jobject, jint, jint, jint, jint, jint, jint, jint, jint);
+
+/*
+ * Class:     sdl_SDL
  * Method:    freeSurface
  * Signature: (Lsdl/SDL_Surface;)V
  */