comparison PR.h @ 270:292393c6bef1

about to recover probes, so need to commit current state
author Sean Halle <seanhalle@yahoo.com>
date Wed, 16 Jan 2013 01:50:26 -0800
parents e5bd470b562b
children bc5030385120
comparison
equal deleted inserted replaced
4:a28472c9c9d4 5:a43e3ffcfaf2
1 /* 1 /*
2 * Copyright 2009 OpenSourceResearchInstitute.org 2 * Copyright 2012 OpenSourceResearchInstitute.org
3 * Licensed under GNU General Public License version 2 3 * Licensed under GNU General Public License version 2
4 * 4 *
5 * Author: seanhalle@yahoo.com 5 * Author: seanhalle@yahoo.com
6 * 6 *
7 */ 7 */
70 * language mixed in -- but they can't be used inside plugin code, and 70 * language mixed in -- but they can't be used inside plugin code, and
71 * aren't meant for use in wrapper libraries, because they are themselves 71 * aren't meant for use in wrapper libraries, because they are themselves
72 * wrapper-library calls! 72 * wrapper-library calls!
73 */ 73 */
74 74
75 inline bool32 masterFunction( AnimSlot *slot );
76
75 //============== include internally used fn prototypes ================ 77 //============== include internally used fn prototypes ================
76 78
77 //include fn prototypes used internally in the proto-runtime implementation 79 //include fn prototypes used internally in the proto-runtime implementation
78 #include "PR__int.h" 80 #include "PR__int.h"
79 81