Create header and source

This commit is contained in:
Kirigaya Kazuto 2017-04-13 16:19:35 +08:00
parent 3043ae0684
commit 2b19c80a7e
2 changed files with 4 additions and 0 deletions

1
MiniEngine_Xml.cpp Normal file
View File

@ -0,0 +1 @@
#include "MiniEngine_Xml.h"

3
MiniEngine_Xml.h Normal file
View File

@ -0,0 +1,3 @@
#pragma once
#include "MiniEngine.h"