Veddy Jonatan

Founder at IRACEMETA.IO

Veddy Jonatan has had an extensive work experience, starting in 2012 as Chief Executive Officer of FT Studio 8. In 2015, they took on the role of Asisten Project Manager at PT Wins Event. In 2018, they were both Head of Event Division at Merah Putih Digital and Content Creator at Youtube. In 2021, they became Chief Executive Officer of myhoneymoon.id, and in 2022, they were appointed Chief Operating Officer of iRace Meta.

#ifndef __C_MOTION_H__

#define __C_MOTION_H__

#include "CObject.h"

class CMotion : public CObject

{

public:

CMotion();

CMotion(int nID);

virtual ~CMotion();

public:

virtual void OnDraw();

virtual void OnUpdate();

public:

void SetMotionID(int nID);

int GetMotionID();

private:

int m_nMotionID;

};

#endif

Links

Peers

View in org chart

Timeline

  • Founder

    June, 2020 - present