mirror of
https://github.com/thug1src/thug.git
synced 2025-01-22 05:43:47 +00:00
13 lines
249 B
C
13 lines
249 B
C
|
#ifndef __NEWVU1CODE_H
|
||
|
#define __NEWVU1CODE_H
|
||
|
|
||
|
#ifdef __PLAT_NGPS__
|
||
|
|
||
|
extern uint NewMPGStart __attribute__((section(".vudata")));
|
||
|
extern uint NewMPGEnd __attribute__((section(".vudata")));
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#endif //__NEWVU1CODE_H
|
||
|
|