Zardoz89 / dcpu_vm

Another DCPU-16 Virtual Machine
http://zardoz89.github.io/dcpu_vm/
MIT License
6 stars 2 forks source link

Reorganization of code #9

Closed Zardoz89 closed 11 years ago

Zardoz89 commented 11 years ago

I'm going to structure a bit better like this:

/cmake         <--- Cmake modules
/assets        <--- Image files and similar stuff
/src           <--- Here all .c , .cpp  and .inc files
/src/devices   <--- Here all hardware devices
/src/audio     <--- Here will be placed all code that handles audio 
/include       <--- Here all .h and .hpp files. Mimics /src/... structure
/include/devices
/include/audio
lamogui commented 11 years ago

ok