mirror of
https://github.com/zeldaret/tp
synced 2026-06-17 15:17:13 -04:00
more d_save funcs OK, initial map out of dcomifg_play_c and it's classes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef __C_ANGLE_H_
|
||||
#define __C_ANGLE_H_
|
||||
|
||||
#include "global.h"
|
||||
|
||||
class cSAngle {
|
||||
public:
|
||||
private:
|
||||
s16 value;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user