16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-20 10:19:19 +02:00
Files
maszyna/Forth.h
2015-04-03 13:34:06 +00:00

11 lines
234 B
C++

//---------------------------------------------------------------------------
#ifndef ForthH
#define ForthH
//---------------------------------------------------------------------------
class Forth
{//klasa obs³ugi jêzyka
};
#endif