|
From: David M. <sv...@ya...> - 2004-11-09 03:01:07
|
What's the most portable way to allocate one of these beggars when
working with cl-sdl in lisp?
typedef struct{
Uint8 r;
Uint8 g;
Uint8 b;
Uint8 unused;
} SDL_Color;
Is the answer uffi:allocate-foreign-object ?
|