Copy project
This commit is contained in:
parent
ce7a467af7
commit
26a0fd884f
173 changed files with 157458 additions and 1 deletions
14
ad_astra/AdAstra/src/main.c
Normal file
14
ad_astra/AdAstra/src/main.c
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#include "mediator/mediator.h"
|
||||
|
||||
|
||||
// Stemming from the module oriented nature of the project
|
||||
// there is a module responsible for setting up and orchestrating
|
||||
// the other modules.
|
||||
//
|
||||
// From the main function we only have to instruct the mediator to
|
||||
// do its job.
|
||||
|
||||
int main(void) {
|
||||
setupConnections();
|
||||
startGame();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue