Banjo API 0.0.1
C99 game development API
Loading...
Searching...
No Matches
build_info.c File Reference
#include <banjo/api.h>
#include <banjo/log.h>
#include <banjo/main.h>
#include <banjo/version.h>
#include <stdio.h>
Include dependency graph for build_info.c:

Macros

#define DESC(mode)

Functions

int bj_main (int argc, char *argv[])

Macro Definition Documentation

◆ DESC

#define DESC ( mode)
Value:
printf("%c %s\n", info->mode ? '+' : '-', #mode)
Examples
build_info.c.

Function Documentation

◆ bj_main()

int bj_main ( int argc,
char * argv[] )