view runtime/bool.h @ 49:3e20ed8959c4

Added initial FFI implementation, Array type and 64-bit integers
author Mike Pavone <pavone@retrodev.com>
date Thu, 08 Apr 2010 01:02:18 -0400
parents a24eb366195c
children 04baa003de5a
line wrap: on
line source

#ifndef BOOL_H_
#define BOOL_H_
#include "object.h"


MethodDef(If,Boolean)

#endif //BOOL_H_