a-game

2D platformer written from scratch.
git clone git://git.amin.space/a-game.git
Log | Files | Refs | README | LICENSE

.clangd (178B)


      1 # Workaround for https://github.com/clangd/clangd/issues/1949
      2 
      3 If:
      4   PathMatch: src/types\.h|src/webgl.h
      5 CompileFlags:
      6   Add: [-include stdint.h]
      7   Remove: [-include src/game.h]