diff options
| author | dario-loi <loi.1940849@studenti.uniroma1.it> | 2024-11-24 19:23:53 +0100 |
|---|---|---|
| committer | dario-loi <loi.1940849@studenti.uniroma1.it> | 2024-11-24 19:30:42 +0100 |
| commit | 064f53407750371bbe30c74d5abbb36255f7a5b0 (patch) | |
| tree | e71c958350456efcec1aaf179aedcec525299957 /examples/texture.c | |
| parent | 8a347f9515a0021361549016e86fcca159c948f5 (diff) | |
Formatted according to file
Diffstat (limited to 'examples/texture.c')
| -rw-r--r-- | examples/texture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/texture.c b/examples/texture.c index da614d4..03311ea 100644 --- a/examples/texture.c +++ b/examples/texture.c @@ -1,5 +1,5 @@ #define FBGL_IMPLEMENTATION -#include "../fbgl.h" +#include "fbgl.h" #include <stdio.h> #include <stdlib.h> #include <unistd.h> // for usleep |
