#ifndef __BUILTINS_H__ #define __BUILTINS_H__ /* * Builtin in functions (as opposed to dynamically loaded ones) * * Copyright 1999 Kelvin W Sherlock. * * $Id$ */ #include #include class BList; extern "C" { BWindow *Transpose(BList, BMessage *, BLooper *); }; #endif