MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / CNodeInt16

Class CNodeInt16

ReClass/CNodeInt16.h:5–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "CNodeBase.h"
4
5class CNodeInt16 : public CNodeBase
6{
7public:
8 CNodeInt16( );
9
10 virtual void Update( const PHOTSPOT Spot );
11
12 virtual ULONG GetMemorySize( ) { return sizeof( __int16 ); }
13
14 virtual NODESIZE Draw( const PVIEWINFO View, int x, int y );
15};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected