Skip to content

Commit 6761286

Browse files
committed
add: Add xfromman.h header (includes mcman.h)
1 parent f388f51 commit 6761286

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
# _____ ___ ____ ___ ____
3+
# ____| | ____| | | |____|
4+
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
5+
#-----------------------------------------------------------------------
6+
# Copyright (c) 2009 jimmikaelkael
7+
# Licenced under Academic Free License version 2.0
8+
# Review ps2sdk README & LICENSE files for further details.
9+
*/
10+
11+
#ifndef __XFROMMAN_H__
12+
#define __XFROMMAN_H__
13+
14+
#include <mcman.h>
15+
16+
#endif /* __XFROMMAN_H__ */

0 commit comments

Comments
 (0)