thoughtstem / morugamu

7 stars 6 forks source link

Track down broken requires #15

Closed srfoster closed 6 years ago

srfoster commented 6 years ago

I moved a BUNCH of files around this morning. As a result, there are probably some files that are requiring other files, but those files are now in a different place.

Comb through the project, open up all the rkt files. If DrRacket gives an error when you open the file or run it, then fix the error by fixing the require statements.

ctran037 commented 6 years ago

Clement, Jacob