mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-16 20:39:15 +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__ */
|