mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 01:59:19 +02:00
merged parser replacement changes. The branch should be now compilable outside of Borland environment.
This commit is contained in:
8
mtable.h
8
mtable.h
@@ -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 @@ extern TMTableTime *GlobalTime;
|
||||
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
|
||||
using namespace Mtable;
|
||||
#endif
|
||||
|
||||
#endif // MTABLE_H
|
||||
|
||||
Reference in New Issue
Block a user