tuupola / hagl

Hardware Agnostic Graphics Library for embedded
https://www.appelsiini.net/tags/hagl/
MIT License
296 stars 47 forks source link

Convert indent to space. #58

Closed krishna116 closed 2 years ago

krishna116 commented 2 years ago

Convert indent to space to make a uniform looking and feel.

krishna116 commented 2 years ago

Always using stdint.h because: 1, the bitmap.h has already included it, 2, if custom typedefs and stdint.h both present, there will be conflict with cmake when building external projects.