mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Reformatting using AStyle
This commit is contained in:
@@ -4,30 +4,30 @@ using namespace Script;
|
||||
JED: V III
|
||||
*/
|
||||
|
||||
Contract::Contract()
|
||||
Contract::Contract ()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
void Contract::executeCreate()
|
||||
void Contract::executeCreate ()
|
||||
{
|
||||
|
||||
}
|
||||
void Contract::executeRemove()
|
||||
void Contract::executeRemove ()
|
||||
{
|
||||
|
||||
}
|
||||
void Contract::executeFund()
|
||||
void Contract::executeFund ()
|
||||
{
|
||||
|
||||
}
|
||||
void Contract::executeAccept()
|
||||
void Contract::executeAccept ()
|
||||
{
|
||||
//std::vector<char> code;
|
||||
//std::vector<char> code;
|
||||
|
||||
//Interpreter interpreter;
|
||||
//interpreter.interpret(this,code);
|
||||
//Interpreter interpreter;
|
||||
//interpreter.interpret(this,code);
|
||||
}
|
||||
|
||||
// vim:ts=4
|
||||
|
||||
Reference in New Issue
Block a user