Skip to content

Instantly share code, notes, and snippets.

View willox's full-sized avatar
🥰

Sophie Wallace willox

🥰
View GitHub Profile
/datum/controller/configuration
var
directory
warned_deprecated_configs
hiding_entries_by_type
list/entries
list/entries_by_type
list/maplist
datum/map_config/defaultmap
list/modes
@willox
willox / a.cpp
Created February 12, 2020 23:17
struct UserData
{
void* data;
unsigned char type;
};
template <class T>
struct UserData_Value : UserData
{
T value;