Реорганизация проекта: перенос определения всех типов в один файл, перегруппировка функций в файлах
This commit is contained in:
parent
c7d9263154
commit
053af33444
45 changed files with 1001 additions and 980 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include "affine2.h"
|
||||
#include "./affine2.h"
|
||||
|
||||
extern inline void bgc_fp32_affine2_reset(BGC_FP32_Affine2* affine);
|
||||
extern inline void bgc_fp64_affine2_reset(BGC_FP64_Affine2* affine);
|
||||
|
|
|
|||
|
|
@ -1,21 +1,9 @@
|
|||
#ifndef _BGC_AFFINE2_H_INCLUDED_
|
||||
#define _BGC_AFFINE2_H_INCLUDED_
|
||||
|
||||
#include "vector2.h"
|
||||
#include "matrices.h"
|
||||