2
0
Fork 0
This commit is contained in:
Thomas Porzelt 2008-06-29 16:29:06 +02:00
commit ea199724c3
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
<<<<<<< TREE
# test
# test 2
=======
void action_stack_init(action_stack* as)
{
// preallocate a stack of 15 elements
@ -156,3 +161,4 @@ gboolean condition_check_bool(condition* cond)
return FALSE;
}
}
>>>>>>> MERGE-SOURCE