comparison AnimationMaster.c @ 262:aa79134dbc88

merge
author Sean Halle <seanhalle@yahoo.com>
date Wed, 24 Oct 2012 00:00:22 -0700
parents 7ed97c961901
children 68212347d1d8
comparison
equal deleted inserted replaced
7:0145129a40f5 8:21d71fce70f4
9 #include <stdio.h> 9 #include <stdio.h>
10 #include <stddef.h> 10 #include <stddef.h>
11 11
12 #include "VMS.h" 12 #include "VMS.h"
13 13
14 14 #include <unistd.h>
15 ssize_t read(int fd, void *buf, size_t count);
15 16
16 /*The animationMaster embodies most of the animator of the language. The 17 /*The animationMaster embodies most of the animator of the language. The
17 * animator is what emodies the behavior of language constructs. 18 * animator is what emodies the behavior of language constructs.
18 * As such, it is the animationMaster, in combination with the plugin 19 * As such, it is the animationMaster, in combination with the plugin
19 * functions, that make the language constructs do their behavior. 20 * functions, that make the language constructs do their behavior.