The Cold server - This implements a dynamic, object-oriented language on top of an object database, well suited for virtual environments and online servers (like games).
In src/include/defs.h, there is a bunch of stuff about BOOL and so on ... this can be cleaned up by just assuming that stdbool.h exists and can be used.
In
src/include/defs.h
, there is a bunch of stuff aboutBOOL
and so on ... this can be cleaned up by just assuming thatstdbool.h
exists and can be used.