16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 03:09:18 +02:00

removed dependencies on the old parser. The code can now be compiled outside of Borland C++

This commit is contained in:
tmj-fstate
2017-01-15 15:04:17 +01:00
parent 7df7c8b76e
commit 15cf3d73a8
87 changed files with 3395 additions and 3232 deletions

View File

@@ -7,13 +7,9 @@ obtain one at
http://mozilla.org/MPL/2.0/.
*/
#ifndef MTABLE_H
#define MTABLE_H
#pragma once
#include "McZapkie/mctools.h"
#include <string>
// using namespace std;
//#include "sysutils.h"
namespace Mtable
{
@@ -109,5 +105,3 @@ namespace Mtable
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Mtable;
#endif
#endif // MTABLE_H