sokol_shape.cc 122 B

1234567
  1. #include "sokol_gfx.h"
  2. #define SOKOL_IMPL
  3. #include "sokol_shape.h"
  4. void use_shape_impl() {
  5. sshape_plane_sizes(10);
  6. }