mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 03:18:43 +08:00
new structure
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef __NASAL_HASH_CPP__
|
||||
#define __NASAL_HASH_CPP__
|
||||
|
||||
nasal_hash::nasal_hash()
|
||||
{
|
||||
;
|
||||
}
|
||||
nasal_hash::~nasal_hash()
|
||||
{
|
||||
;
|
||||
}
|
||||
nasal_hash& nasal_hash::operator=(const nasal_hash &temp)
|
||||
{
|
||||
return *this;
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user