Skip to content

ngdevkit/types.h not included in ng-fix.h #131

@dogruis

Description

@dogruis

extern void ng_text_args(u8 x, u8 y, u8 palette, u16 start_tile, const char *text);

Without #include <ngdevkit/types.h> in ng-fix.h, a .c file like this fails:

#include <ngdevkit/ng-fix.h>   // u8 not defined yet at line where ng_text is declared
int main(void) { return 0; }

It gives me an error: unknown type name 'u8'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions