This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 339 for ps


Ignore:
Timestamp:
06/02/04 03:07:25 (21 years ago)
Author:
janwas
Message:

now pull in .lib file via source (more convenient than using project settings)

Location:
ps/trunk/source/lib/res
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/lib/res/sound.cpp

    r336 r339  
    1414#include "lib.h"
    1515
     16#ifdef _MSC_VER
     17#pragma comment(lib, "fmodvc.lib")
     18#endif
     19
     20
    1621//define control block
    1722struct Sound
     
    2530static void Sound_init(Sound* s, va_list args)
    2631{
    27     s->channel = -1;   
     32    s->channel = -1;
    2833}
    2934
  • ps/trunk/source/lib/res/sound.h

    r336 r339  
    66#define __SOUND_H__
    77
    8 #include "types.h"
    98#include "h_mgr.h"
    109
Note: See TracChangeset for help on using the changeset viewer.