mirror of
https://github.com/CTurt/dsgmLib.git
synced 2025-06-18 22:55:33 -04:00
Base of saving
This commit is contained in:
parent
3c49209f7d
commit
6411e463d1
@ -36,6 +36,7 @@ typedef char DSGM_CharStructLabel[0];
|
||||
typedef short DSGM_ShortStructLabel[0];
|
||||
typedef int DSGM_IntStructLabel[0];
|
||||
|
||||
#include "DSGM_saving.h"
|
||||
#include "DSGM_vector.h"
|
||||
#include "DSGM_quaternion.h"
|
||||
#include "DSGM_3D.h"
|
||||
|
3
include/DSGM_saving.h
Normal file
3
include/DSGM_saving.h
Normal file
@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
extern FILE *DSGM_save;
|
@ -0,0 +1,3 @@
|
||||
#include "DSGM.h"
|
||||
|
||||
FILE *DSGM_save;
|
Loading…
Reference in New Issue
Block a user