Skip to content

Commit 0f43bb3

Browse files
authored
updated stb includes (#65)
Signed-off-by: Ethan Hirsch <[email protected]>
1 parent e05193f commit 0f43bb3

File tree

5 files changed

+2
-23816
lines changed

5 files changed

+2
-23816
lines changed

DirectProgramming/C++/CombinationalLogic/MandelbrotOMP/src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
#include "mandelbrot.hpp"
4545
#include "timer.hpp"
4646
#define STB_IMAGE_IMPLEMENTATION
47-
#include "../stb/stb_image.h"
47+
#include "stb/stb_image.h"
4848
#define STB_IMAGE_WRITE_IMPLEMENTATION
49-
#include "../stb/stb_image_write.h"
49+
#include "stb/stb_image_write.h"
5050

5151
void write_image(const char* filename, int width, int height,
5252
unsigned char* output) {

DirectProgramming/C++/CombinationalLogic/MandelbrotOMP/stb/LICENSE.txt

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)