blob: f4620413ae0eba4bbafb91a0bceb5d0f51e1cfd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* ========================================================
*
* h-core
* Copyright Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
#pragma once
#include <System.Core/System.hxx>
#define ZIPKIT_VERSION "1.0.1"
|