Implementing refptr up and downcasts

This commit is contained in:
Dynamitos
2020-03-09 12:30:07 +01:00
parent 9bff657419
commit f232cffe30
10 changed files with 1404 additions and 49 deletions
+2
View File
@@ -0,0 +1,2 @@
(?<enum>[A-Z_]*) = [0-9]*,
case SE_${enum}:\nreturn VK_${enum};