#include "game_types.h"

/* Sub_080047C8 @ 0x080047C8 (real 6B) -- returns word at struct+140. Mirrors src/matched/Sub_080047C8.c. */
/* Returns the word at byte offset 140 of the object. */
int Sub_080047C8(int *p)
{
    return *(int *)((char *)p + 140);
}
