1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-09 16:20:18 +00:00
QB64-PE/internal/c/User Mods/Users Routines-List.cpp
SMcNeill 12fdb2c77a Change to make adding user functions modular without having to go in and change the main source directly everytime.
Added in new math functions for converting between Degrees, Radians, and Gradians.
2014-06-19 14:43:38 -04:00

7 lines
No EOL
248 B
C++

//***********************************************
//**
//** A main include area so that users can organize their code into folders and such individually
//**
//***********************************************
#include "Steves_Main-List.cpp"