Exemplo n.º 1
0
        public void SetGetError()
        {
            string error = "Hi there";

            SdlMixer.Mix_SetError(error);
            Assert.AreEqual(SdlMixer.Mix_GetError(), error);
        }