| // contrib.hpp | |
| // 32blit GitHub contributors | |
| // | |
| // AUTO GENERATED FILE, PLEASE DO NOT EDIT BY HAND | |
| // | |
| #pragma once | |
| static const char *contributors[] = { | |
| "Run the python script", | |
| "if you want stuff", | |
| "to appear here", | |
| "lol", | |
| nullptr | |
| }; | |
| static const char *special_thanks[] = { | |
| "Some Wizards", | |
| nullptr | |
| }; |