1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-19 14:25:15 +00:00
qb64/internal/c/User Mods/user_list.h

13 lines
602 B
C
Raw Normal View History

//************************************************************
//**
//** A listing of all the Users who have added routines for us
//** This makes for easy tracking of original authors in case of problems with their code
//** or if alterations need to be made in the future
//**
//** I just put these in alphabitical order. It has nothing to do with user rankings or anything silly like that.
//** Alpha lists are easy to look through and expand nicely for future reference. ;)
//**
//*************************************************************
#include "steve_mods.h"