C++: Add boilerplate for CppApplicationModel

This commit is contained in:
Katy Coe
2020-07-04 23:41:30 +02:00
parent 6c6f72618a
commit 2412da4f8b
5 changed files with 67 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
using System;
using System.Collections.Generic;
using System.Text;
/*
Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty
All rights reserved.
*/
namespace Il2CppInspector.Cpp
{