/+junk/FLECS-Template

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/FLECS-Template

« back to all changes in this revision

Viewing changes to src/main.c

  • Committer: Gustav Hartvigsson
  • Date: 2020-10-15 15:41:32 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20201015154132-0fx42ywmpp2cqctt
* Inital commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <flecs.h>
 
2
 
 
3
int main (int argc, char * argv[]) {
 
4
  return 0;
 
5
}