Files
haiku-beta6/src/servers/app/server/Utils.h
T
DarkWyrm 8374297262 Added print debug code to a number of classes
SendMessage allows for target specification
Included BMessage friend classes to allow building whilst they are absent from BMessage.cpp
More window-related code added


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3004 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-03-23 20:52:37 +00:00

10 lines
149 B
C

#ifndef UTILS_H_
#define UTILS_H_
#include <Message.h>
#include <OS.h>
void SendMessage(port_id port, BMessage *message, int32 target=-1);
#endif