the-cold-dark / genesis

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).
29 stars 7 forks source link

Clean up `BOOL` #2

Closed waywardmonkeys closed 2 years ago

waywardmonkeys commented 7 years ago

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.