Commit graph

8 commits

Author SHA1 Message Date
ca212ac65e
spam const over local variables and function parameters 2024-08-13 11:57:33 +02:00
b95ddb45a0
rename button to clickable 2024-08-12 23:48:14 +02:00
50197a6a21
change default component members and add PTK_COMPONENT_DEFINE 2024-08-11 21:09:02 +02:00
c101379150
initial button test 2024-08-09 17:16:35 +02:00
935ca0e340
improve header guards
the following names are reserved to the language implementation:
  - (C and C++) starting with an underscore and a capital letter
  - (C++) containing any amount of double underscores

https://en.wikipedia.org/wiki/Include_guard#Discussion
2024-08-09 11:45:00 +02:00
6d80dc7717
move ptk_vec to include 2024-08-08 20:33:56 +02:00
36176e1ea6
switch from cglm to my own vector types 2024-08-08 19:53:02 +02:00
f2d87fdd00
init 2024-08-08 14:38:43 +02:00