cbt/cbt.h

10 lines
107 B
C

#ifndef _CBT_H_
#define _CBT_H_
#endif
// Implementation
#ifdef CBT_IMPLEMENTATION
#error "todo!"
#endif