mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
12 lines
122 B
C++
12 lines
122 B
C++
#ifndef __C_ANGLE_H_
|
|
#define __C_ANGLE_H_
|
|
|
|
#include "global.h"
|
|
|
|
class cSAngle {
|
|
public:
|
|
private:
|
|
s16 value;
|
|
};
|
|
|
|
#endif |