hemtt-preprocessor

Crates.iohemtt-preprocessor
lib.rshemtt-preprocessor
version1.0.0
sourcesrc
created_at2023-03-16 00:49:48.265982
updated_at2023-03-16 00:49:48.265982
descriptionA preprocessor library for hemtt
homepage
repository
max_upload_size
id811079
size186,007
(BrettMayson)

documentation

README

Preprocessor

Differences from BI Preprocessor

  • The following built-in macros are not supported:

    • __has_include()
    • __GAME_VER__
    • __GAME_VER_MAJ__
    • __GAME_VER_MIN__
    • __GAME_BUILD__
    • __A3_DEBUG__
    • __EXEC()
    • __EVAL()
  • Tabs after #define are ignored.

    #define EXAMPLE				1
    

    BI:

    value =				1;
    

    HEMTT:

    value = 1;
    
Commit count: 0

cargo fmt