mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-19 22:02:41 +01:00
7 lines
88 B
C++
7 lines
88 B
C++
![]() |
#ifndef __UTILS_H__
|
||
|
#define __UTILS_H__
|
||
|
|
||
|
#define BUG_ON(cond)
|
||
|
|
||
|
#endif /* __UTILS_H__ */
|