Base of saving

This commit is contained in:
CTurt 2014-11-29 10:13:45 +00:00
parent 3c49209f7d
commit 6411e463d1
3 changed files with 7 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
#pragma once
extern FILE *DSGM_save;

View File

@ -0,0 +1,3 @@
#include "DSGM.h"
FILE *DSGM_save;