summaryrefslogtreecommitdiff
path: root/examples/rectangle.c
diff options
context:
space:
mode:
authordario-loi <loi.1940849@studenti.uniroma1.it>2024-11-24 19:23:53 +0100
committerdario-loi <loi.1940849@studenti.uniroma1.it>2024-11-24 19:30:42 +0100
commit064f53407750371bbe30c74d5abbb36255f7a5b0 (patch)
treee71c958350456efcec1aaf179aedcec525299957 /examples/rectangle.c
parent8a347f9515a0021361549016e86fcca159c948f5 (diff)
Formatted according to file
Diffstat (limited to 'examples/rectangle.c')
-rw-r--r--examples/rectangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rectangle.c b/examples/rectangle.c
index ecc1afd..1b3a6f7 100644
--- a/examples/rectangle.c
+++ b/examples/rectangle.c
@@ -1,5 +1,5 @@
#define FBGL_IMPLEMENTATION
-#include "../fbgl.h"
+#include "fbgl.h"
int main(int argc, char *argv[])
{