move linmath
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ AUTOMAKE_OPTIONS = foreign subdir-objects -Wall
|
|||||||
bin_PROGRAMS = forge
|
bin_PROGRAMS = forge
|
||||||
forge_SOURCES = src/main.c src/args.c src/forge.c
|
forge_SOURCES = src/main.c src/args.c src/forge.c
|
||||||
forge_CFLAGS = -Ofast -march=native -flto -funroll-loops -fprefetch-loop-arrays -fno-exceptions -fopenmp
|
forge_CFLAGS = -Ofast -march=native -flto -funroll-loops -fprefetch-loop-arrays -fno-exceptions -fopenmp
|
||||||
include_HEADERS = src/main.h src/args.h src/config.h src/types.h src/forge.h src/linmath.h include/glad/gl.h
|
include_HEADERS = src/main.h src/args.h src/config.h src/types.h src/forge.h include/linmath.h include/glad/gl.h
|
||||||
+1
-2
@@ -3,9 +3,8 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#include "linmath.h"
|
#include <linmath.h>
|
||||||
|
|
||||||
#define GLAD_GL_IMPLEMENTATION
|
#define GLAD_GL_IMPLEMENTATION
|
||||||
#include <glad/gl.h>
|
#include <glad/gl.h>
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#include "linmath.h"
|
|
||||||
#include <glad/gl.h>
|
#include <glad/gl.h>
|
||||||
|
#include <linmath.h>
|
||||||
|
|
||||||
#ifndef TYPES_H
|
#ifndef TYPES_H
|
||||||
#define TYPES_H
|
#define TYPES_H
|
||||||
|
|||||||
Reference in New Issue
Block a user