mirror of
https://github.com/joel16/uofw.git
synced 2024-11-27 05:20:23 +00:00
15 lines
282 B
C
15 lines
282 B
C
|
/** 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 */
|
||
|
|