uofw/include/init.h

15 lines
282 B
C
Raw Normal View History

/** Copyright (C) 2011, 2012, 2013 The uOFW team
See the file COPYING for copying permission.\n
*/
#ifndef INIT_H
#define INIT_H
#include "common_imp.h"
/** The internal name of the INIT module. */
#define INIT_MODULE_NAME "sceInit"
#endif /* INIT_H */