Move server files into their subfolders

This commit is contained in:
Aaron Franke 2024-03-11 20:27:45 -07:00
parent d705613db3
commit 3d1c9fd5de
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
393 changed files with 600 additions and 579 deletions

6
servers/physics_2d/SCsub Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
env.add_source_files(env.servers_sources, "*.cpp")