sly1/include/sw.h
2024-07-07 20:53:08 +00:00

19 lines
172 B
C

/**
* @file sw.h
*
* @brief Scene world?
*/
#ifndef SW_H
#define SW_H
#include "common.h"
// todo Implement struct.
struct SW
{
};
extern SW *g_psw;
#endif // SW_H