Skip to content

Commit

Permalink
add stb_perlin
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 authored Feb 19, 2023
1 parent bd15f13 commit 6f267c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stb.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include "stb_image_resize.h"
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "stb_image_write.h"
#define STB_PERLIN_IMPLEMENTATION
#include "stb_perlin.h"

#ifndef STB_C_DLLEXPORT
#ifdef _MSC_VER
Expand Down

0 comments on commit 6f267c6

Please sign in to comment.