Changeset 82 for cpp/gdk/framsg.h


Ignore:
Timestamp:
02/08/13 03:44:31 (11 years ago)
Author:
Maciej Komosinski
Message:

compiles under more platforms and OSes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/framsg.h

    r66 r82  
    1 // This file is a part of the Framsticks GDK library.
    2 // Copyright (C) 2002-2011  Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.framsticks.com/ for further information.
    4 
    51#ifndef _FRAMSG_H_
    62#define _FRAMSG_H_
     
    106void FMprintf(const char *o,const char *m,int w,const char *bl, ...);
    117void FMprintf(const char *o,const char *m,int w,const char *bl,va_list va);
     8void FMprintf(const char *bl,...); //dla leniwych - zastepuje printf
    129void FramMessage(const char *o,const char *m,const char *bl,int w);
    1310
Note: See TracChangeset for help on using the changeset viewer.