ogl_beamforming

Ultrasound Beamforming Implemented with OpenGL
git clone anongit@rnpnr.xyz:ogl_beamforming.git
Log | Files | Refs | Feed | Submodules | LICENSE

rcore_extended.c (199B)


      1 /* NOTE(rnp): hacky stuff to work around broken raylib garbage */
      2 #include <raylib_extended.h>
      3 #include "raylib/src/rcore.c"
      4 
      5 void *GetPlatformWindowHandle(void)
      6 {
      7 	return (void *)platform.handle;
      8 }