Subversion Repositories Games.Carmageddon

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef _LOADER_H_
  2. #define _LOADER_H_
  3.  
  4. #include "brender/br_types.h"
  5.  
  6. br_image* ImageLoad(char* name);
  7.  
  8. #endif
  9.