MadTracker-FOSS / MadTracker3

Continuation of the MadTracker project, aimed at Windows/Mac/Linux support
Other
38 stars 1 forks source link

Better file names, or merge duplicate file names #8

Open flibitijibibo opened 11 years ago

flibitijibibo commented 11 years ago

This used to be something I marked in Include Hell, but that's been fixed now. Now let's try to make sense of the weird File/File1/File2 sets that are all over the source.

flibitijibibo commented 11 years ago

It may also be the case that the files were split because they were "too large" for old compilers/computers to deal with. If this is the case, just merge the files; code style and cleanup is a whole different issue.

AmEv7Fam commented 11 years ago

It's looking like some of the File/File1 may be the File as the main loop in a DLL. Perhaps naming the File to FileDLL, and then merging/renaming File1/File2 to File?

flibitijibibo commented 11 years ago

Yeah, if it's just the main/DLLMain things, put that into MTThing_Main.cpp. The underscore will help it stick out a bit.

AmEv7Fam commented 11 years ago

What's done: AI DSP System

What needs to be done: Audio Display^ GUI^ Objects

*Has 1/2 problems, needs merging. ^Probably wouldn't hurt to port first.