git » fp-git.git » master » tree

[master] / stuff / ideas / FPResourceManager.c

1
2
3
4
5
6
7
8
#include "FPResourceManager.h"

FPResourceManager this;

int mgrInit(FPConfig *_config) {
  this.config=_config;
  return(1);
}